mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 22:08:17 +00:00
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:
parent
bf8fee70c3
commit
d874efd72e
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -28,5 +28,6 @@ setup(
|
|||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Operating System :: OS Independent",
|
||||
"Framework :: Django"
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue