From ba32b44cd61d524e9f0e40f0755a1bb69112ff86 Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Sat, 20 Sep 2014 17:54:42 +0400 Subject: [PATCH] Add more classifiers --- setup.py | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/setup.py b/setup.py index 003b8e4..494fcc5 100644 --- a/setup.py +++ b/setup.py @@ -24,15 +24,23 @@ ], platforms='OS Independent', classifiers=[ - 'Development Status :: 5 - Production/Stable', - 'Programming Language :: Python', - 'Framework :: Django', - 'Environment :: Web Environment', - 'Intended Audience :: Developers', - 'Operating System :: OS Independent', - 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', - 'Programming Language :: Python :: 2.7', - 'Topic :: Software Development' + "Development Status :: 5 - Production/Stable", + "Development Status :: 6 - Mature", + "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.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.0", + "Programming Language :: Python :: 3.1", + "Programming Language :: Python :: 3.2", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", + "Topic :: Software Development", + "Topic :: Software Development :: Libraries", ], )