mirror of
https://github.com/django-components/django-components.git
synced 2025-09-19 20:29:44 +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=".")}",'
|
f'"Programming Language :: Django :: {env_format(django_version, divider=".")}",'
|
||||||
)
|
)
|
||||||
|
|
||||||
return (
|
return textwrap.indent(
|
||||||
" " * 4
|
"classifiers=[\n", prefix=" " * 4
|
||||||
+ "classifiers=[\n"
|
) + textwrap.indent("\n".join(classifiers), prefix=" " * 8)
|
||||||
+ textwrap.indent("\n".join(classifiers), prefix=" " * 8)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
def build_readme(python_to_django):
|
def build_readme(python_to_django):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue