aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-02-09 15:51:20 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-02-09 15:51:20 -0500
commit875393f610a867ae7258d673c1cf5638e253eff4 (patch)
tree51fa246686cb75100ed8f0160b2f68becf78b12a /setup.py
parentc256b0353847fe4c0235bfd4604660193f5b8a9e (diff)
downloadexternal_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-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index dc4391c2..5d19cd96 100755
--- a/setup.py
+++ b/setup.py
@@ -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