Skip to content

Commit

Permalink
right order
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Dec 11, 2024
1 parent 56368cc commit fdd3a51
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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",
Expand Down

0 comments on commit fdd3a51

Please sign in to comment.