mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-12 14:43:09 +00:00
Fix Django Trove classifier
This commit is contained in:
parent
9f359939a9
commit
0c2d0b08a0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -34,7 +34,7 @@ setup(
|
|||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
"Environment :: Console",
|
||||
"Framework :: Django :: 3.0",
|
||||
"Framework :: Django :: 3.1",
|
||||
"Intended Audience :: Developers",
|
||||
"Natural Language :: English",
|
||||
"License :: OSI Approved :: BSD License",
|
||||
|
|
|
|||
Loading…
Reference in a new issue