Skip to content

Commit

Permalink
fix distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Jan 13, 2017
1 parent b962b8b commit 3975ea7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGES
=======

0.0.2 (2016-01-13)
------------------

* Added MANIFEST.in


0.0.1 (2016-01-13)
------------------

Expand Down
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include LICENSE
include CHANGES.txt
include README.rst
graft aiohttp_sse
global-exclude *.pyc *.swp
2 changes: 1 addition & 1 deletion aiohttp_sse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from aiohttp.web import StreamResponse
from aiohttp.web import HTTPMethodNotAllowed

__version__ = '0.0.1'
__version__ = '0.0.2'
__all__ = ['EventSourceResponse']


Expand Down

0 comments on commit 3975ea7

Please sign in to comment.