Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Dec 7, 2024
1 parent 8e42bbe commit 574e237
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ dependencies = [
"sunpy[map]>=6.0.0",
]

[project.urls]
changelog = "https://docs.sunpy.org/projects/sunkit-magex/en/stable/changelog"
documentation = "https://docs.sunpy.org/projects/sunkit-magex/en/stable/"
homepage = "https://sunpy.org/"
issue_tracker = "https://github.com/sunpy/sunkit-pyvista/issues"
repository = "https://github.com/sunpy/sunkit-pyvista"

[project.optional-dependencies]
all = ["sunkit_pyvista"]
tests = [
Expand Down Expand Up @@ -68,8 +61,11 @@ docs = [
dev = ["sunkit_pyvista[tests,docs]"]

[project.urls]
Homepage = "https://github.com/sunpy/sunkit-pyvista"
Download = "https://pypi.org/project/sunkit-pyvista"
changelog = "https://docs.sunpy.org/projects/sunkit-magex/en/stable/changelog"
documentation = "https://docs.sunpy.org/projects/sunkit-magex/en/stable/"
homepage = "https://sunpy.org/"
issue_tracker = "https://github.com/sunpy/sunkit-pyvista/issues"
repository = "https://github.com/sunpy/sunkit-pyvista"

[tool.setuptools]
zip-safe = false
Expand Down

0 comments on commit 574e237

Please sign in to comment.