diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-09 15:51:20 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-02-09 15:51:20 -0500 |
commit | 875393f610a867ae7258d673c1cf5638e253eff4 (patch) | |
tree | 51fa246686cb75100ed8f0160b2f68becf78b12a /setup.py | |
parent | c256b0353847fe4c0235bfd4604660193f5b8a9e (diff) | |
download | external_python_setuptools-875393f610a867ae7258d673c1cf5638e253eff4.tar.gz external_python_setuptools-875393f610a867ae7258d673c1cf5638e253eff4.tar.bz2 external_python_setuptools-875393f610a867ae7258d673c1cf5638e253eff4.zip |
Declare support for Python 3.4
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -181,6 +181,7 @@ setup_params = dict( Programming Language :: Python :: 3.1 Programming Language :: Python :: 3.2 Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.4 Topic :: Software Development :: Libraries :: Python Modules Topic :: System :: Archiving :: Packaging Topic :: System :: Systems Administration |