chore: update field ordering

This commit is contained in:
Syed Muhammad Dawoud Sheraz Ali 2025-03-12 11:58:38 +05:00
parent ef8cca3d23
commit f718c72326

View File

@ -30,6 +30,9 @@ dependencies = [
"tutor>=19.0.0,<20.0.0",
]
# These fields will be set by hatch_build.py
dynamic = ["version"]
[project.optional-dependencies]
dev = [
"tutor[dev]>=19.0.0,<20.0.0",
@ -37,8 +40,6 @@ dev = [
"pylint"
]
# These fields will be set by hatch_build.py
dynamic = ["version"]
# https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels
[project.urls]