diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-06-16 02:31:47 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-06-16 02:31:47 +0200 |
commit | 9089226d661793e2eb5d3cf6f1bbe916578e5b7b (patch) | |
tree | f719d09866d5995a95c158dbcc0f04fb6a431373 /setup.py | |
parent | bb206323ab4248199240e67e7b22510c34770dfe (diff) | |
download | mitmproxy-9089226d661793e2eb5d3cf6f1bbe916578e5b7b.tar.gz mitmproxy-9089226d661793e2eb5d3cf6f1bbe916578e5b7b.tar.bz2 mitmproxy-9089226d661793e2eb5d3cf6f1bbe916578e5b7b.zip |
explicitly state that we only support 2.7
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ setup( "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet", |