Skip to content

Commit

Permalink
require at least EC 4.1a1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed May 4, 2013
1 parent a70daeb commit f9ecda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -47,7 +47,7 @@
open('CHANGES.rst').read(),
packages=find_packages('src'),
package_dir={'': 'src'},
classifiers=[
classifiers=[
"Development Status :: 6 - Mature",
"Environment :: Web Environment",
"Framework :: Zope2",
Expand All @@ -64,7 +64,7 @@
"Programming Language :: Python :: Implementation :: PyPy",
],
ext_modules=ext_modules,
install_requires=['ExtensionClass'],
install_requires=['ExtensionClass >= 4.1a1'],
include_package_data=True,
zip_safe=False,
)

0 comments on commit f9ecda7

Please sign in to comment.