Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
faassen committed Sep 22, 2006
1 parent e99f4e4 commit 2533a47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="zc.table",
version="0.6",
install_requires=['zc.resourcelibrary >= 0.6'],
install_requires=['setuptools', 'zc.resourcelibrary >= 0.6'],
packages=find_packages('src'),
package_dir= {'':'src'},

Expand All @@ -20,5 +20,4 @@
keywords="zope zope3",
zip_safe=False,
classifiers = ['Framework :: Zope3'],
install_requires=['setuptools'],
)

0 comments on commit 2533a47

Please sign in to comment.