mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
explicitly state that we only support 2.7
This commit is contained in:
parent
bb206323ab
commit
9089226d66
1
setup.py
1
setup.py
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user