From 4a6d9a25bc844cce1fe39002adc2428be3caba6d Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Tue, 19 Sep 2023 22:55:08 +0000 Subject: [PATCH] chore: normalize pyproject structure --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3b4480e..14a3345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,11 +10,6 @@ dependencies = [ "pandas==2.1.1" ] -[project.urls] -Code = "https://github.com/cal-itp/hashfields" -Documentation = "https://docs.calitp.org/hashfields" -Issues = "https://github.com/cal-itp/hashfields/issues" - [project.optional-dependencies] dev = [ "black", @@ -35,6 +30,11 @@ dist =[ [project.scripts] hashfields = "hashfields.main:main" +[project.urls] +Code = "https://github.com/cal-itp/hashfields" +Documentation = "https://docs.calitp.org/hashfields" +Issues = "https://github.com/cal-itp/hashfields/issues" + [build-system] requires = ["setuptools>=65", "wheel"] build-backend = "setuptools.build_meta"