diff options
author | Hugo <hugovk@users.noreply.github.com> | 2017-01-17 22:28:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-17 22:28:20 +0200 |
commit | 79919e21fd1947749959c977d2bb05645e7829e0 (patch) | |
tree | 6c95bf1ae248c699be5a3834fc403c15a9eb2c03 /setup.py | |
parent | 730834b5c286b5ba2091394339d0759035804eba (diff) | |
download | external_python_setuptools-79919e21fd1947749959c977d2bb05645e7829e0.tar.gz external_python_setuptools-79919e21fd1947749959c977d2bb05645e7829e0.tar.bz2 external_python_setuptools-79919e21fd1947749959c977d2bb05645e7829e0.zip |
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 |