Skip to content

Commit

Permalink
fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Oct 25, 2013
1 parent 39170ed commit e5f4f88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
CHANGES
=======

0.2
---

- Fix packaging
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 = ['asyncio']
tests_require = install_requires + ['nose', 'gunicorn']
Expand Down

0 comments on commit e5f4f88

Please sign in to comment.