Skip to content

Commit

Permalink
MAINT: move/add urls to the appropriate section in pyproject.toml (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
theroggy authored Sep 12, 2024
1 parent f074950 commit 5b372a6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "exactextract"
description = "Fast and accurate raster zonal statistics"
license.file = "LICENSE"
url = "https://github.com/isciences/exactextract"
authors = [
{ "name" = "Daniel Baston" }
]
Expand All @@ -21,6 +20,13 @@ classifiers = [
dynamic = ["version"]
readme = "README.md"

[project.urls]
Homepage = "https://isciences.github.io/exactextract/"
Documentation = "https://isciences.github.io/exactextract/"
Repository = "https://github.com/isciences/exactextract"
Issues = "https://github.com/isciences/exactextract/issues"
Changelog = "https://github.com/isciences/exactextract/blob/master/NEWS.md"

[build-system]
requires=["scikit-build-core", "pybind11"]
build-backend="scikit_build_core.build"
Expand Down

0 comments on commit 5b372a6

Please sign in to comment.