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 | f032370eae9ced2c4904bbce5bea465dd2edccf8 (patch) | |
tree | 2228078968750e83833c8d77cedb53b113a1b2cd | |
parent | 978e9ff0c853ec522ceca429e5d442e00ac60787 (diff) | |
download | python-setuptools-bitbucket-f032370eae9ced2c4904bbce5bea465dd2edccf8.tar.gz |
Setuptools supports Python 3.5 and 3.6
-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 |