summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
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',