# HG changeset patch
# User Thomas Kluyver <takowl@gmail.com>
# Date 1327966308 0
# Node ID 123a7d810f0f9962a49637de19cf5d36254a0e05
# Parent  0272006bdfbee3a0a1447315633bbfeb2f5920e8
Add trove classifiers

diff -r 0272006bdfbe -r 123a7d810f0f setup.py
--- a/setup.py	Thu Jan 19 17:02:39 2012 +0100
+++ b/setup.py	Mon Jan 30 23:31:48 2012 +0000
@@ -155,6 +155,12 @@
                  license = license,
                  description = description,
                  long_description = long_description,
+                 classifiers = ["Topic :: Software Development :: Libraries :: Python Modules",
+                                "Topic :: Software Development :: Quality Assurance",
+                                "Programming Language :: Python",
+                                "Programming Language :: Python :: 2",
+                                "Programming Language :: Python :: 3",
+                               ],
                  author = author,
                  author_email = author_email,
                  url = web,
