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",