Skip to content

Commit 607bfa0

Browse files
committed
Remove tox from requires
Fixes #85
1 parent a306687 commit 607bfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run(self):
2121
name="kafka-python",
2222
version="0.8.1-1",
2323

24-
install_requires=["distribute", "tox"],
24+
install_requires=["distribute"],
2525
tests_require=["tox"],
2626
cmdclass={"test": Tox},
2727

0 commit comments

Comments
 (0)