mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 22:08:17 +00:00
Update supported versions script slightly.
This commit is contained in:
parent
5ca0c43071
commit
f4899795e8
1 changed files with 3 additions and 5 deletions
|
@ -137,11 +137,9 @@ def build_pypi_classifiers(python_to_django):
|
|||
f'"Programming Language :: Django :: {env_format(django_version, divider=".")}",'
|
||||
)
|
||||
|
||||
return (
|
||||
" " * 4
|
||||
+ "classifiers=[\n"
|
||||
+ textwrap.indent("\n".join(classifiers), prefix=" " * 8)
|
||||
)
|
||||
return textwrap.indent(
|
||||
"classifiers=[\n", prefix=" " * 4
|
||||
) + textwrap.indent("\n".join(classifiers), prefix=" " * 8)
|
||||
|
||||
|
||||
def build_readme(python_to_django):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue