Fix incorrect PyPI classifier preventing release.

This commit is contained in:
Emil Stenström 2023-12-09 13:53:28 +01:00
parent a322dcf3f4
commit 99bf7ad9f8
2 changed files with 6 additions and 6 deletions

View file

@ -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(