forked from extern/httpie-cli
Add supported, relevant Python version classifers
This commit is contained in:
parent
5743363ac9
commit
10f7fc163b
2
setup.py
2
setup.py
@ -69,8 +69,10 @@ setup(
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.1',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
|
Loading…
Reference in New Issue
Block a user