Add Trove classifiers.
authorAdam Sampson <ats@offog.org>
Mon, 15 Jul 2013 21:41:54 +0000 (21:41 +0000)
committerAdam Sampson <ats@offog.org>
Mon, 15 Jul 2013 21:41:54 +0000 (21:41 +0000)
setup.py

index 72b0403f336e51d8572f2b2ad0508f4b20c51f9b..9f11d11cedb3437a090e7678fc83d0949fae4f85 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,14 @@ setup(name = "rawdog",
        author = "Adam Sampson",
        author_email = "ats@offog.org",
        url = "http://offog.org/code/rawdog.html",
-       license = "GNU GPL v2 or later",
        scripts = ['rawdog'],
        data_files = [('share/man/man1', ['rawdog.1'])],
-       packages = ['rawdoglib'])
+       packages = ['rawdoglib'],
+       classifiers = [
+               "Development Status :: 5 - Production/Stable",
+               "Environment :: Console",
+               "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
+               "Operating System :: POSIX",
+               "Programming Language :: Python :: 2",
+               "Topic :: Internet :: WWW/HTTP",
+       ])