From 7df0c9c2832968ea1ea83f770d733edb6d3a17eb Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Thu, 9 Oct 2014 09:47:58 +0100 Subject: [PATCH] Updated classifiers for PyPI --- setup.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 07ca37f8..aeec8827 100755 --- a/setup.py +++ b/setup.py @@ -87,13 +87,19 @@ setup( }, classifiers=[ 'Development Status :: 5 - Production/Stable', + 'Environment :: Console', 'Environment :: Web Environment', - 'Framework :: Django', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Topic :: Internet :: WWW/HTTP', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Topic :: Documentation', + 'Topic :: Text Processing', ] )