Commit 2bd8301b221da1c33f6bd26b6ef2a3a22ffa81c8

Authored by Stephen McDonald
1 parent cdd4af51

Added `zip_safe=False` arg to setup.py

Showing 1 changed file with 1 additions and 0 deletions
@@ -18,6 +18,7 @@ setup( @@ -18,6 +18,7 @@ setup(
18 author_email='jacob@jacobian.org', 18 author_email='jacob@jacobian.org',
19 license='BSD', 19 license='BSD',
20 platforms='any', 20 platforms='any',
  21 + zip_safe=False,
21 classifiers=[ 22 classifiers=[
22 'Development Status :: 5 - Production/Stable', 23 'Development Status :: 5 - Production/Stable',
23 'Environment :: Web Environment', 24 'Environment :: Web Environment',
Please register or login to post a comment