mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
pathoc missing from setup.py/setup(scripts=)
pathoc was not specified as distributed script
This commit is contained in:
parent
384e2f93c3
commit
6d15943acc
2
setup.py
2
setup.py
@ -77,7 +77,7 @@ setup(
|
|||||||
url = "http://pathod.net",
|
url = "http://pathod.net",
|
||||||
packages = packages,
|
packages = packages,
|
||||||
package_data = package_data,
|
package_data = package_data,
|
||||||
scripts = ["pathod"],
|
scripts = ["pathod", "pathoc"],
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
|
Loading…
Reference in New Issue
Block a user