1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00

Merge pull request #220 from frewsxcv/patch-1

Add supported, relevant Python version classifers
This commit is contained in:
Jakub Roztočil 2014-05-14 14:24:30 +02:00
commit 4449da456a

View File

@ -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',