commit | b1648591f5dc621972e478df7c5d1711878fb5f8 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Mon Apr 13 22:18:25 2015 -0400 |
committer | Hynek Schlawack <hs@ox.cx> | Mon Apr 13 22:50:59 2015 -0400 |
tree | 94684754ec70595dfd8d20e1e2e455591ca1f1a4 | |
parent | 10a9d3b0035bf6c1f6a0da4f8c1e31260f4b91ab [diff] [blame] |
Fix setup.py & MANIFEST.in
diff --git a/setup.py b/setup.py index 65a1b52..839626a 100755 --- a/setup.py +++ b/setup.py
@@ -26,7 +26,9 @@ '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',