minor fixes

This commit is contained in:
Maximilian Hils 2016-02-06 00:25:50 +01:00
parent 4bad98cfce
commit cbee3bdfa6
4 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,4 @@
include LICENSE CONTRIBUTORS README.rst
graft test
prune test/tools
recursive-exclude * *.pyc *.pyo *.swo *.swp

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View 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=[

0
tools/getcertnames → test/tools/getcertnames Executable file → Normal file
View File