From fdd3a51e72c66e6ec9644f6a79d04685d995b152 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Wed, 11 Dec 2024 11:13:22 -0600 Subject: [PATCH] right order --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3ca316a..a48c1f85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,12 +29,6 @@ classifiers = [ "Operating System :: MacOS", "License :: OSI Approved :: BSD License", ] - -[project.urls] -"Homepage" = "https://github.com/catalystneuro/roiextractors" -"Documentation" = "https://roiextractors.readthedocs.io//" -"Changelog" = "https://github.com/catalystneuro/roiextractors/blob/main/CHANGELOG.md" - requires-python = ">=3.9" dependencies = [ @@ -50,6 +44,12 @@ dependencies = [ "packaging" ] +[project.urls] +"Homepage" = "https://github.com/catalystneuro/roiextractors" +"Documentation" = "https://roiextractors.readthedocs.io//" +"Changelog" = "https://github.com/catalystneuro/roiextractors/blob/main/CHANGELOG.md" + + [project.optional-dependencies] full = [ "tifffile>=2018.10.18",