diff options
author | Maximilian Hils <git@maximilianhils.com> | 2014-08-19 13:48:52 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2014-08-19 13:48:52 +0200 |
commit | ef0e501877e74ba659be08d7d8b0781baff08598 (patch) | |
tree | e18b0f831bfb85b9845c0175ae13ca59784c8729 /setup.py | |
parent | f93cd6a33505095aae3aaae4e14d5f9cb30184f6 (diff) | |
download | mitmproxy-ef0e501877e74ba659be08d7d8b0781baff08598.tar.gz mitmproxy-ef0e501877e74ba659be08d7d8b0781baff08598.tar.bz2 mitmproxy-ef0e501877e74ba659be08d7d8b0781baff08598.zip |
fix #46
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ setup( "Development Status :: 3 - Alpha", "Operating System :: POSIX", "Programming Language :: Python", + "Programming Language :: Python :: 2", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: Software Development :: Testing", |