Commit 87ae5171 authored by Tres Seaver's avatar Tres Seaver

Pin ExtensionClass < 4.0dev.

Pull in a copy of ExtensionClass.h from 2.13.2 (we don't have 'svn:external'
to kick around any more).
parent 1becb33e
This diff is collapsed.
......@@ -36,7 +36,9 @@ setup(name='Acquisition',
'_Acquisition.c')],
include_dirs=['include', 'src']),
],
install_requires=['ExtensionClass', 'zope.interface'],
install_requires=[
'ExtensionClass<4.0.dev',
'zope.interface'],
include_package_data=True,
zip_safe=False,
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment