From: Stefan Behnel Date: Mon, 30 Jul 2007 17:17:36 +0000 (+0200) Subject: removed zip_safe flag to let setuptools decide X-Git-Tag: 0.9.6.14~62 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0c98af29b5717a6c53278ccf4fed006a490a7dd4;p=cython.git removed zip_safe flag to let setuptools decide --- diff --git a/setup.py b/setup.py index 93e453de..3a10ae3b 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,6 @@ setup( "Topic :: Software Development :: Compilers", "Topic :: Software Development :: Libraries :: Python Modules" ], - zip_safe = False, scripts = scripts, packages=[