aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-09-16 03:59:06 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-09-16 03:59:22 +0200
commit774d5b42a27fc544e3d3890b86991260f698e410 (patch)
tree54d2a18a3dc2a0c26d577ef14295e7064db3ca30 /setup.py
parent457025df9a64f312685774cb743eeb52cd37bd3f (diff)
downloadmitmproxy-774d5b42a27fc544e3d3890b86991260f698e410.tar.gz
mitmproxy-774d5b42a27fc544e3d3890b86991260f698e410.tar.bz2
mitmproxy-774d5b42a27fc544e3d3890b86991260f698e410.zip
improve readme
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 4f064b9a..30556c16 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from libmproxy import version
here = os.path.abspath(os.path.dirname(__file__))
-with open(os.path.join(here, 'README.txt'), encoding='utf-8') as f:
+with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
# Core dependencies