From 199b63e17b6130a78d9de94e75401cb575c9b8da Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Sun, 19 Mar 2017 22:50:08 -0400 Subject: [PATCH] Add more pypi classifiers --- setup.py | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index cbea8d21..9d05c60e 100644 --- a/setup.py +++ b/setup.py @@ -126,16 +126,24 @@ setup( description="Django-powered ticket tracker for your helpdesk", long_description=LONG_DESCRIPTION, classifiers=[ + "Development Status :: 4 - Beta", "Programming Language :: Python", - "Topic :: Software Development :: Libraries :: Python Modules", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Framework :: Django", + "Framework :: Django :: 1.8", + "Framework :: Django :: 1.9", + "Framework :: Django :: 1.10", "Environment :: Web Environment", "Operating System :: OS Independent", "Intended Audience :: Customer Service", "License :: OSI Approved :: BSD License", - "Natural Language :: English", - "Topic :: Office/Business", "Topic :: Software Development :: Bug Tracking", + "Topic :: Software Development :: Libraries :: Python Modules", + "Topic :: Office/Business", + "Natural Language :: English", ], keywords=['django', 'helpdesk', 'django-helpdesk', 'tickets', 'incidents', 'cases', 'bugs', 'track', 'support'],