Skip to content

Commit

Permalink
fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jul 7, 2015
1 parent 94d968d commit d68a124
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGES
=======

0.2 (07/07/2015)
----------------

- Fixed packaging


0.1.0 (06/21/2015)
------------------

Expand Down
10 changes: 10 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
include LICENSE.txt
include CHANGES.txt
include README.rst
include Makefile
include sockjs-testsrv.py
graft sockjs
graft docs
graft examples
graft tests
global-exclude *.pyc
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages

version = '0.1'
version = '0.2'

install_requires = ['aiohttp >= 0.15.1']
tests_require = install_requires + ['nose']
Expand Down

0 comments on commit d68a124

Please sign in to comment.