Skip to content

Commit

Permalink
Move project.url in pyproject.toml to projects.urls section
Browse files Browse the repository at this point in the history
  • Loading branch information
theroggy committed Sep 4, 2024
1 parent 3f1c288 commit 6fb542e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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,9 @@ classifiers = [
dynamic = ["version"]
readme = "README.md"

[project.urls]
repository = "https://github.com/isciences/exactextract"

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

0 comments on commit 6fb542e

Please sign in to comment.