From 71d62c04eaa0cd148a439ffb943522bc5b5efa71 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 21 Jul 2009 11:30:22 -0400 Subject: Make sure the egg is never zipped; the dlls will not work like that --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5d8923e..19cfc8c 100755 --- a/setup.py +++ b/setup.py @@ -82,6 +82,7 @@ setup(name='pyOpenSSL', version=__version__, 'OpenSSL.version', 'OpenSSL.test.__init__', 'OpenSSL.test.test_crypto', 'OpenSSL.test.test_ssl'], + zip_safe = False, package_data = package_data, description = 'Python wrapper module around the OpenSSL library', author = 'Martin Sjögren, AB Strakt', -- cgit v1.2.1