aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2018-09-15 11:54:18 +0000
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2018-09-21 10:38:25 +0200
commitf95784ba9d473f77d18f5391ca45da4d4f1d6e50 (patch)
treed2875e742f347dcd38e69b733e9c5095266cfa20 /setup.py
parent4be387d654ef2877fc535c6cb83ff1f32645fd81 (diff)
downloadmitmproxy-f95784ba9d473f77d18f5391ca45da4d4f1d6e50.tar.gz
mitmproxy-f95784ba9d473f77d18f5391ca45da4d4f1d6e50.tar.bz2
mitmproxy-f95784ba9d473f77d18f5391ca45da4d4f1d6e50.zip
update readme slogan
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dd48f308..7ebeb208 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ with open(os.path.join(here, "mitmproxy", "version.py")) as f:
setup(
name="mitmproxy",
version=VERSION,
- description="An interactive, SSL-capable, man-in-the-middle HTTP proxy for penetration testers and software developers.",
+ description="An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.",
long_description=long_description,
url="http://mitmproxy.org",
author="Aldo Cortesi",