Skip to content

Commit

Permalink
Set zip_safe to False as we now include cpyamf/*.pxd which cannot b…
Browse files Browse the repository at this point in the history
…e `included` by Cython
  • Loading branch information
njoyce committed Feb 26, 2011
1 parent f160ff2 commit 3e31a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def setup_package():
install_requires=setupinfo.get_install_requirements(),
tests_require=setupinfo.get_test_requirements(),
test_suite="pyamf.tests.get_suite",
zip_safe=True,
zip_safe=False,
extras_require=setupinfo.get_extras_require(),
classifiers=(filter(None, classifiers.split('\n')) +
setupinfo.get_trove_classifiers()),
Expand Down

0 comments on commit 3e31a43

Please sign in to comment.