diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-09-16 03:59:06 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-16 03:59:22 +0200 |
commit | 774d5b42a27fc544e3d3890b86991260f698e410 (patch) | |
tree | 54d2a18a3dc2a0c26d577ef14295e7064db3ca30 /setup.py | |
parent | 457025df9a64f312685774cb743eeb52cd37bd3f (diff) | |
download | mitmproxy-774d5b42a27fc544e3d3890b86991260f698e410.tar.gz mitmproxy-774d5b42a27fc544e3d3890b86991260f698e410.tar.bz2 mitmproxy-774d5b42a27fc544e3d3890b86991260f698e410.zip |
improve readme
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |