aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2019-09-28 16:45:00 +0200
committerGitHub <noreply@github.com>2019-09-28 16:45:00 +0200
commitf6405abda27e0154ca3eff1f0522e72976a37bf8 (patch)
treed1eef1aa9cd7d61b8febdc458b1edba89b618181 /setup.py
parent24dd3469094815163a1b2dfbf406ac019355a77e (diff)
parentf95784ba9d473f77d18f5391ca45da4d4f1d6e50 (diff)
downloadmitmproxy-f6405abda27e0154ca3eff1f0522e72976a37bf8.tar.gz
mitmproxy-f6405abda27e0154ca3eff1f0522e72976a37bf8.tar.bz2
mitmproxy-f6405abda27e0154ca3eff1f0522e72976a37bf8.zip
Merge pull request #3329 from Kriechi/readme-slogan
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 f1bc2efb..180058a2 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",