chore: update field ordering in pyproject.toml

This commit is contained in:
Syed Muhammad Dawoud Sheraz Ali 2025-03-12 12:00:01 +05:00
parent bf27c7f571
commit 6bccb763bd

View File

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