mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
Fix setup.py
This commit is contained in:
parent
dd5e5a3d9b
commit
c346a382d6
4
setup.py
4
setup.py
@ -67,7 +67,7 @@ def findPackages(path, dataExclude=[]):
|
||||
|
||||
|
||||
|
||||
long_description = file("README").read()
|
||||
long_description = file("README.mkd").read()
|
||||
packages, package_data = findPackages("libmproxy")
|
||||
setup(
|
||||
name = "mitmproxy",
|
||||
@ -79,7 +79,7 @@ setup(
|
||||
url = "http://corte.si/software",
|
||||
packages = packages,
|
||||
package_data = package_data,
|
||||
scripts = ["mitmproxy", "mitmdump", "mitmrecord", "mitmplayback"],
|
||||
scripts = ["mitmproxy", "mitmdump"],
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Programming Language :: Python",
|
||||
|
Loading…
Reference in New Issue
Block a user