summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-04-13 23:55:00 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-04-13 23:55:00 -0400
commita28a0fb59e19398e6afe647a275279bbf0b11101 (patch)
treeef7d82811098ed279d2f9f5c2968ef194c25ac27 /setup.py
parentdf220ad9d87115efa01571e29aee78e29de79191 (diff)
parentb1648591f5dc621972e478df7c5d1711878fb5f8 (diff)
downloadpyopenssl-git-a28a0fb59e19398e6afe647a275279bbf0b11101.tar.gz
Merge pull request #219 from hynek/fix-setup
Fix setup.py & MANIFEST.in
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 65a1b52..839626a 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,9 @@ setup(name='pyOpenSSL', version=__version__,
'OpenSSL.test.util',
'OpenSSL.test.test_crypto',
'OpenSSL.test.test_rand',
- 'OpenSSL.test.test_ssl'],
+ 'OpenSSL.test.test_ssl',
+ 'OpenSSL.test.test_tsafe',
+ 'OpenSSL.test.test_util',],
description = 'Python wrapper module around the OpenSSL library',
author = 'Jean-Paul Calderone',
author_email = 'exarkun@twistedmatrix.com',