# HG changeset patch
# User Thomas Kluyver <takowl@gmail.com>
# Date 1327965891 0
# Node ID 8e68431540a107b9bc48589b338c1ae881418535
# Parent  c5ad23f5c0a4f9d6be41f4c2607618932c8f50d7
Add trove classifiers

diff -r c5ad23f5c0a4 -r 8e68431540a1 setup.py
--- a/setup.py	Thu Jan 12 14:30:14 2012 +0100
+++ b/setup.py	Mon Jan 30 23:24:51 2012 +0000
@@ -155,6 +155,11 @@
                  license = license,
                  description = description,
                  long_description = long_description,
+                 classifiers = ["Topic :: Utilities",
+                                "Programming Language :: Python",
+                                "Programming Language :: Python :: 2",
+                                "Programming Language :: Python :: 3",
+                               ],
                  author = author,
                  author_email = author_email,
                  url = web,
