From f718c72326805330b17b555723086e9c6df6c930 Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali Date: Wed, 12 Mar 2025 11:58:38 +0500 Subject: [PATCH] chore: update field ordering --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f029f70..82432c3 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,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]