diff options
| author | Cory Benfield <lukasaoz@gmail.com> | 2015-10-16 22:01:47 +0100 |
|---|---|---|
| committer | Cory Benfield <lukasaoz@gmail.com> | 2015-11-05 10:38:25 +0000 |
| commit | 4dffe5efaa73c1ae4a082442e201f413b5e5bea7 (patch) | |
| tree | 33ef2c33f955e5ca29ae21e07674758826767191 /setup.py | |
| parent | 8f460faa31589a94311c179067debfe41f3e2f2e (diff) | |
| download | python-requests-4dffe5efaa73c1ae4a082442e201f413b5e5bea7.tar.gz | |
Update trove classifiers.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'], |
