Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
list setuptools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Nov 12, 2010
1 parent e314859 commit dcf514c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
packages=find_packages(),
include_package_data=True,
zip_safe=False,
install_requires=['PasteScript>=1.6'],
install_requires=[
'setuptools',
'PasteScript>=1.6'],
extras_require=dict(tests=['zope.testing',]),
test_suite='tests.test_suite',
entry_points={
Expand Down

0 comments on commit dcf514c

Please sign in to comment.