Fixed #505: Add classifiers to setup.py

This commit is contained in:
Andrew Godwin 2017-01-24 09:57:07 -08:00
parent db8a4570c3
commit 9942c59851

View File

@ -15,5 +15,20 @@ setup(
'Django>=1.8',
'asgiref>=0.13',
'daphne>=1.0.0',
]
],
classifiers=[
'Development Status :: 5 - Production/Stable',
'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.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP',
],
)