From: kaliko Date: Sat, 1 Dec 2012 15:11:47 +0000 (+0100) Subject: Fixed a leading comma in setup.py X-Git-Tag: 0.6^0 X-Git-Url: https://git.kaliko.me/?p=python-daemon.git;a=commitdiff_plain;h=bf6dcb0565a9b74f4bd675d0637950941eb10639 Fixed a leading comma in setup.py --- diff --git a/setup.py b/setup.py index 9977e76..277cac6 100755 --- 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