Skip to content

Commit

Permalink
Merge pull request dpkp#184 from itsyarkee/master
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
wizzat committed Aug 3, 2014
2 parents ae6b49a + fa9d921 commit 7bfdafa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from setuptools import setup, Command

from kafka import __version__

class Tox(Command):

Expand All @@ -20,7 +21,7 @@ def run(self):

setup(
name="kafka-python",
version="0.9.1",
version=__version__,

tests_require=["tox", "mock"],
cmdclass={"test": Tox},
Expand Down

0 comments on commit 7bfdafa

Please sign in to comment.