Commit 33af371d197ebc5503795cbc13f1affe490c677d

Authored by Claude Paroz
2 parents cdd4af51 2bd8301b

Merge pull request #40 from stephenmcd/master

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