From 8cfc4c01d8b276402a289a56cc2e26f5fa419f0b Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Sun, 31 Aug 2014 09:28:43 -0700 Subject: Add trove classifiers for python 2.6, 2.7, and pypy to setup.py for PyPI --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a7e1400..d8ec1d1 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,10 @@ is also supported for message sets. "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ] ) -- cgit v1.2.1