You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-12-03 23:10:24 +02:00
Fixed classifiers in setup.py.
This commit is contained in:
4
setup.py
4
setup.py
@@ -37,8 +37,8 @@ setup(
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.1'
|
||||
'Programming Language :: Python :: 3.2'
|
||||
'Programming Language :: Python :: 3.1',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Environment :: Console',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
|
||||
Reference in New Issue
Block a user