From 24cf8da27eb56a65bf3e4ceb78bbeacdb1864597 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 19 Oct 2016 15:25:39 +1300 Subject: 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. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9d85e545..f856ff7a 100644 --- a/setup.py +++ b/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" ] -- cgit v1.2.3