fix wheel creation, re-add MANIFEST.in

This commit is contained in:
Maximilian Hils 2016-02-16 04:28:10 +01:00
parent c31df4fa25
commit 5101843683
5 changed files with 7 additions and 6 deletions

2
mitmproxy/MANIFEST.in Normal file
View File

@ -0,0 +1,2 @@
graft libmproxy
recursive-exclude * *.pyc *.pyo *.swo *.swp *.map

View File

@ -41,7 +41,7 @@ setup(
"Topic :: Internet :: Proxy Servers",
"Topic :: Software Development :: Testing"
],
packages=find_packages(exclude=["test", "test.*"]),
packages=find_packages(),
include_package_data=True,
entry_points={
'console_scripts': [

View File

@ -40,9 +40,7 @@ setup(
"Topic :: Software Development :: Testing",
"Topic :: Software Development :: Testing :: Traffic Generation",
],
packages=find_packages(exclude=["test", "test.*"]),
include_package_data=True,
zip_safe=False,
packages=find_packages(),
install_requires=[
"pyasn1>=0.1.9, <0.2",
"pyOpenSSL>=0.15.1, <0.16",

2
pathod/MANIFEST.in Normal file
View File

@ -0,0 +1,2 @@
graft libpathod
recursive-exclude * *.pyc *.pyo *.swo *.swp *.map

View File

@ -38,8 +38,7 @@ setup(
"Topic :: Software Development :: Testing",
"Topic :: Software Development :: Testing :: Traffic Generation",
],
packages=find_packages(exclude=["test", "test.*"]),
packages=find_packages(),
include_package_data=True,
entry_points={
'console_scripts': [