Add Django classifier to PyPI

setup.py does not set the `Framework :: Django` classifier which makes it less discoverable by potential new users.
This commit is contained in:
Marc Fargas 2020-11-02 09:47:49 +01:00 committed by Emil Stenström
parent bf8fee70c3
commit d874efd72e

View file

@ -28,5 +28,6 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
"Framework :: Django"
],
)