@@ -41,9 +41,9 @@ classifiers = [
4141 # from noxfile import DJ_VERSIONS
4242 #
4343 # for version in DJ_VERSIONS:
44- # if version == "main":
45- # continue
46- # cog.outl(f' "Framework :: Django :: {version}",')
44+ # if version == "main":
45+ # continue
46+ # cog.outl(f' "Framework :: Django :: {version}",')
4747 # ]]] -->
4848 " Framework :: Django :: 4.2" ,
4949 " Framework :: Django :: 5.1" ,
@@ -61,7 +61,7 @@ classifiers = [
6161 # from noxfile import PY_VERSIONS
6262 #
6363 # for version in PY_VERSIONS:
64- # cog.outl(f' "Programming Language :: Python :: {version}",')
64+ # cog.outl(f' "Programming Language :: Python :: {version}",')
6565 # ]]] -->
6666 " Programming Language :: Python :: 3.10" ,
6767 " Programming Language :: Python :: 3.11" ,
@@ -91,7 +91,6 @@ readme = "README.md"
9191# cog.outl(f'requires-python = ">={PY_VERSIONS[0]}"')
9292# ]]] -->
9393requires-python = " >=3.10"
94- # [[[end]]]
9594
9695[project .urls ]
9796Documentation = " https://github.com/joshuadavidthomas/django-github-app#README"
@@ -229,7 +228,6 @@ line-length = 88
229228# ]]] -->
230229# Assume Python >3.10
231230target-version = " py310"
232- # [[[end]]]
233231
234232[tool .ruff .format ]
235233# Like Black, indent with spaces, rather than tabs.
0 commit comments