mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
fix wheel creation, re-add MANIFEST.in
This commit is contained in:
parent
c31df4fa25
commit
5101843683
2
mitmproxy/MANIFEST.in
Normal file
2
mitmproxy/MANIFEST.in
Normal file
@ -0,0 +1,2 @@
|
||||
graft libmproxy
|
||||
recursive-exclude * *.pyc *.pyo *.swo *.swp *.map
|
@ -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': [
|
||||
|
@ -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
2
pathod/MANIFEST.in
Normal file
@ -0,0 +1,2 @@
|
||||
graft libpathod
|
||||
recursive-exclude * *.pyc *.pyo *.swo *.swp *.map
|
@ -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': [
|
||||
|
Loading…
Reference in New Issue
Block a user