Skip to content

Commit bd9b65a

Browse files
authored
🔍 Add description, readme and urls to pyproject.toml metadata (#87)
Extra metadata to go on the PyPI site. Thought some of this was auto-populated from Cargo.toml via maturin, but maybe not anymore. Xref https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table
1 parent 864475c commit bd9b65a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[project]
22
name = "cog3pio"
3+
description = "Cloud-optimized GeoTIFF ... Parallel I/O"
4+
readme = "README.md"
35
requires-python = ">=3.13"
46
license = "MIT OR Apache-2.0"
57
license-files = ["LICENSE-APACHE", "LICENSE-MIT"]
@@ -25,6 +27,11 @@ dependencies = [
2527
]
2628
dynamic = ["version"]
2729

30+
[project.urls]
31+
"Changelog" = "https://cog3pio.readthedocs.io/en/latest/changelog"
32+
"Documentation" = "https://cog3pio.readthedocs.io"
33+
"Source Code" = "https://github.com/weiji14/cog3pio"
34+
2835
[project.entry-points."xarray.backends"]
2936
cog3pio = "cog3pio.xarray_backend:Cog3pioBackendEntrypoint"
3037

0 commit comments

Comments
 (0)