]> kaliko git repositories - python-daemon.git/blobdiff - setup.py
Update setup.py with 0.6
[python-daemon.git] / setup.py
index da436c06d7804a0f8294a02c9804f6606000a515..9977e7681d3368d8f4585130f863c609923734cf 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -16,9 +16,10 @@ CLASSIFIERS = [
     "License :: OSI Approved :: GNU General Public License (GPL)",
     "Natural Language :: English",
     "Operating System :: POSIX",
-    "Programming Language :: Python :: 2",
     "Topic :: Software Development :: Libraries :: Python Modules",
-]
+    "Programming Language :: Python :: 2",
+    "Programming Language :: Python :: 3",] + [
+   ("Programming Language :: Python :: %s" % x) for x in "2.7 3.2 3.3".split()],
 
 LICENSE = """\
 Copyright 2007, 2009 Sander Marechal <s.marechal@jejik.com>