From b1648591f5dc621972e478df7c5d1711878fb5f8 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 13 Apr 2015 22:18:25 -0400 Subject: Fix setup.py & MANIFEST.in --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.1