diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-09-03 09:46:44 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-09-03 09:46:44 -0400 |
commit | 7f8157b378c7e03ef332a59b63c08b375876b976 (patch) | |
tree | 87bd65f0811aa6b7174bf5cf4413bd7229429808 /setup.py | |
parent | 8496cfb24aa20109e64a3b03c972792cd911c086 (diff) | |
download | external_python_setuptools-7f8157b378c7e03ef332a59b63c08b375876b976.tar.gz external_python_setuptools-7f8157b378c7e03ef332a59b63c08b375876b976.tar.bz2 external_python_setuptools-7f8157b378c7e03ef332a59b63c08b375876b976.zip |
Setuptools supports Python 3.5 and 3.6
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -144,6 +144,8 @@ setup_params = dict( Programming Language :: Python :: 3.2 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 |