From 5dfcfacbf9481a0b40abacf06de0624727276a6b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 3 Dec 2011 12:41:03 -0500 Subject: add classifiers --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index de3a5c6..d3653ca 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,8 @@ ties to Python calling and scoping semantics. 'Intended Audience :: Developers', 'Programming Language :: Python', 'Programming Language :: Python :: 3', + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], keywords='wsgi myghty mako', -- cgit v1.2.1