mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-25 12:54:56 +08:00
Move all tools into mitmproxy.tools, move models/* to top level
The primary motivation here (and for all the other moving around) is to present a clean "front of house" to library users, and to migrate primary objects to the top of the module hierarchy.
This commit is contained in:
6
setup.py
6
setup.py
@@ -49,9 +49,9 @@ setup(
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
"mitmproxy = mitmproxy.main:mitmproxy",
|
||||
"mitmdump = mitmproxy.main:mitmdump",
|
||||
"mitmweb = mitmproxy.main:mitmweb",
|
||||
"mitmproxy = mitmproxy.tools.main:mitmproxy",
|
||||
"mitmdump = mitmproxy.tools.main:mitmdump",
|
||||
"mitmweb = mitmproxy.tools.main:mitmweb",
|
||||
"pathod = pathod.pathod_cmdline:go_pathod",
|
||||
"pathoc = pathod.pathoc_cmdline:go_pathoc"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user