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

Commit

Permalink
Be explicit about requiring buildout>=2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap Roes committed Feb 22, 2013
1 parent f02576a commit 508cd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@ def read(*rnames):
namespace_packages=['buildout'],
include_package_data=True,
zip_safe=False,
install_requires=['zc.buildout'],
install_requires=['zc.buildout>=2.0.1'],
extras_require={'test': ['zope.testing']},
entry_points={
'zc.buildout.extension': [
Expand Down

0 comments on commit 508cd26

Please sign in to comment.