diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2016-06-12 10:29:12 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2016-06-12 10:29:12 +1200 |
commit | 728d5caa22945d935bee24f39770b10763244cf6 (patch) | |
tree | ba21cfd850f1d211bb04ab18a1f18c7c43fc3e03 /setup.py | |
parent | c801f81373d5935f60bf950b1f266911a94ecf60 (diff) | |
download | mitmproxy-728d5caa22945d935bee24f39770b10763244cf6.tar.gz mitmproxy-728d5caa22945d935bee24f39770b10763244cf6.tar.bz2 mitmproxy-728d5caa22945d935bee24f39770b10763244cf6.zip |
Fold mitmproxy.version and pathod.version into netlib.version
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import os here = os.path.abspath(os.path.dirname(__file__)) -from mitmproxy import version +from netlib import version with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f: long_description = f.read() |