From 6bccb763bdac7f25d00dae29f5e54e50e5ecccaf Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali Date: Wed, 12 Mar 2025 12:00:01 +0500 Subject: [PATCH] chore: update field ordering in pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 56bab70..f64d6c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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,9 +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] Homepage = "https://docs.tutor.edly.io/"