diff options
| author | Aldo Cortesi <aldo@corte.si> | 2016-06-12 10:40:10 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-12 10:40:10 +1200 |
| commit | 1d4403096393369e0a8038ad79434ac26b503de3 (patch) | |
| tree | ba21cfd850f1d211bb04ab18a1f18c7c43fc3e03 /setup.py | |
| parent | c801f81373d5935f60bf950b1f266911a94ecf60 (diff) | |
| parent | 728d5caa22945d935bee24f39770b10763244cf6 (diff) | |
| download | mitmproxy-1d4403096393369e0a8038ad79434ac26b503de3.tar.gz mitmproxy-1d4403096393369e0a8038ad79434ac26b503de3.tar.bz2 mitmproxy-1d4403096393369e0a8038ad79434ac26b503de3.zip | |
Merge pull request #1246 from cortesi/version
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() |
