Skip to content

Commit

Permalink
Depend on setuptools
Browse files Browse the repository at this point in the history
Fixes the example in
#35 (comment)
  • Loading branch information
mgedmin committed Oct 30, 2015
1 parent 396fda8 commit 28e598f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
py_modules=['check_manifest'],
zip_safe=False,
test_suite='tests.test_suite',
install_requires=[],
install_requires=['setuptools'],
extras_require={
'test': ['mock'],
},
Expand Down

0 comments on commit 28e598f

Please sign in to comment.