X-Git-Url: http://git.kaliko.me/?p=python-daemon.git;a=blobdiff_plain;f=setup.py;h=9977e7681d3368d8f4585130f863c609923734cf;hp=da436c06d7804a0f8294a02c9804f6606000a515;hb=2e7ab8bda69784afc1c67a5e2c4f414c37baccb6;hpb=fc3dd8a7aa1e23891f29960fbb0fc6aa954514f5 diff --git a/setup.py b/setup.py index da436c0..9977e76 100755 --- 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