diff options
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | setup.cfg | 2 | ||||
-rw-r--r-- | setup.py | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | test/tools/getcertnames (renamed from tools/getcertnames) | 0 |
4 files changed, 4 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index a68c043e..db0e2ed6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include LICENSE CONTRIBUTORS README.rst graft test +prune test/tools recursive-exclude * *.pyc *.pyo *.swo *.swp
\ No newline at end of file diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..3480374b --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal=1
\ No newline at end of file @@ -40,7 +40,7 @@ setup( "Topic :: Software Development :: Testing", "Topic :: Software Development :: Testing :: Traffic Generation", ], - packages=find_packages(), + packages=find_packages(exclude=["test", "test.*"]), include_package_data=True, zip_safe=False, install_requires=[ diff --git a/tools/getcertnames b/test/tools/getcertnames index e33619f7..e33619f7 100755..100644 --- a/tools/getcertnames +++ b/test/tools/getcertnames |