chore: update field ordering in pyproject.toml
This commit is contained in:
parent
bf27c7f571
commit
6bccb763bd
@ -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/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user