]> kaliko git repositories - python-daemon.git/blobdiff - setup.py
Fixed a leading comma in setup.py
[python-daemon.git] / setup.py
index 9977e7681d3368d8f4585130f863c609923734cf..277cac6a8dda25d615a44ab0ba6cc5ea626bdb12 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ CLASSIFIERS = [
     "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()],
+   ("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>