mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
minor fixes
This commit is contained in:
parent
4bad98cfce
commit
cbee3bdfa6
@ -1,3 +1,4 @@
|
||||
include LICENSE CONTRIBUTORS README.rst
|
||||
graft test
|
||||
prune test/tools
|
||||
recursive-exclude * *.pyc *.pyo *.swo *.swp
|
2
setup.py
2
setup.py
@ -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
0
tools/getcertnames → test/tools/getcertnames
Executable file → Normal file
Loading…
Reference in New Issue
Block a user