diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-17 15:49:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-17 15:49:15 -0500 |
commit | aaec654d804cb78dbb6391afff721a63f26a71cd (patch) | |
tree | 6c95bf1ae248c699be5a3834fc403c15a9eb2c03 /setup.py | |
parent | 730834b5c286b5ba2091394339d0759035804eba (diff) | |
parent | 79919e21fd1947749959c977d2bb05645e7829e0 (diff) | |
download | external_python_setuptools-aaec654d804cb78dbb6391afff721a63f26a71cd.tar.gz external_python_setuptools-aaec654d804cb78dbb6391afff721a63f26a71cd.tar.bz2 external_python_setuptools-aaec654d804cb78dbb6391afff721a63f26a71cd.zip |
Merge pull request #927 from hugovk/patch-1
Update Python versions
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -145,12 +145,14 @@ setup_params = dict( Intended Audience :: Developers License :: OSI Approved :: MIT License Operating System :: OS Independent + Programming Language :: Python :: 2 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.5 + Programming Language :: Python :: 3.6 Topic :: Software Development :: Libraries :: Python Modules Topic :: System :: Archiving :: Packaging Topic :: System :: Systems Administration |