mirror of
https://github.com/django-components/django-components.git
synced 2025-10-17 09:17:10 +00:00
Fix incorrect PyPI classifier preventing release.
This commit is contained in:
parent
a322dcf3f4
commit
99bf7ad9f8
2 changed files with 6 additions and 6 deletions
|
@ -134,7 +134,7 @@ def build_pypi_classifiers(python_to_django):
|
|||
|
||||
for django_version in sorted(all_django_versions):
|
||||
classifiers.append(
|
||||
f'"Programming Language :: Django :: {env_format(django_version, divider=".")}",'
|
||||
f'"Framework :: Django :: {env_format(django_version, divider=".")}",'
|
||||
)
|
||||
|
||||
return textwrap.indent(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue