aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugovk <hugovk@users.noreply.github.com>2017-10-09 23:05:52 +0300
committerSergey Shepelev <temotor@gmail.com>2018-03-29 23:27:13 +0300
commit10909e980477578f909b1e164476d9149ff3581e (patch)
treec32a19018574e8f3396d2c31a1bd6bb4acf6bf5e
parenta49b5a9c92265735f1fd8c318105234aecdf51e4 (diff)
downloadplatform_external_python_httplib2-10909e980477578f909b1e164476d9149ff3581e.tar.gz
platform_external_python_httplib2-10909e980477578f909b1e164476d9149ff3581e.tar.bz2
platform_external_python_httplib2-10909e980477578f909b1e164476d9149ff3581e.zip
Add major.minor classifiers
https://github.com/httplib2/httplib2/pull/77
-rwxr-xr-xsetup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 49eb6b1..b779d1f 100755
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,12 @@ A comprehensive HTTP client library, ``httplib2`` supports many features left ou
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries',
),