commit | 71d62c04eaa0cd148a439ffb943522bc5b5efa71 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Tue Jul 21 11:30:22 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Tue Jul 21 11:30:22 2009 -0400 |
tree | a2bf6ac5e56fde0ddc4253cab3fb890c816ef1b5 | |
parent | e0d94c8ce0310d29a91025ade9878da180a917df [diff] |
Make sure the egg is never zipped; the dlls will not work like that
diff --git a/setup.py b/setup.py index 5d8923e..19cfc8c 100755 --- a/setup.py +++ b/setup.py
@@ -82,6 +82,7 @@ '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',