summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2015-10-16 22:01:47 +0100
committerCory Benfield <lukasaoz@gmail.com>2015-11-05 10:38:25 +0000
commit4dffe5efaa73c1ae4a082442e201f413b5e5bea7 (patch)
tree33ef2c33f955e5ca29ae21e07674758826767191 /setup.py
parent8f460faa31589a94311c179067debfe41f3e2f2e (diff)
downloadpython-requests-4dffe5efaa73c1ae4a082442e201f413b5e5bea7.tar.gz
Update trove classifiers.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f98f5281..745531bf 100755
--- a/setup.py
+++ b/setup.py
@@ -62,11 +62,11 @@ setup(
'Natural Language :: English',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
- 'Programming Language :: Python :: 3.4'
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
),
extras_require={
'security': ['pyOpenSSL', 'ndg-httpsclient', 'pyasn1'],