Skip to content

Commit

Permalink
Correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Mar 30, 2010
1 parent e933f64 commit 179d161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@
sources=[join('src', 'Missing', '_Missing.c')],
depends=[join('include', 'ExtensionClass', 'ExtensionClass.h')]),
],
install_requires=['ExtensionClass', 'zope.interface', 'zope.testing'],
install_requires=['ExtensionClass'],
include_package_data=True,
zip_safe=False,
)

0 comments on commit 179d161

Please sign in to comment.