From e2fba8af66ce0e8c2cb5d6e5a6a9bccbebcc80fb Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Tue, 12 Apr 2016 20:24:58 +0200 Subject: [PATCH] no longer install as zipped egg Actually most installations have been broken since refactoring of default configurations into a dedicated file. I feel a little bad, but Python Packaging is broken anyways. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e930e9..f739e09 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( author_email='info@posativ.org', packages=find_packages(), include_package_data=True, - zip_safe=True, + zip_safe=False, url='https://github.com/posativ/isso/', license='MIT', description='lightweight Disqus alternative',