Skip to content

Commit 5ffffb2

Browse files
committed
Add Documentation URL to pyproject.toml
Add a Documentation entry to [project.urls] in pyproject.toml pointing to the project's GitHub Pages (https://gdcc.github.io/pyDataverse/). This exposes the documentation link in package metadata for packaging indexes and developer tooling.
1 parent 0b47ede commit 5ffffb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ mcp = [
4747

4848
[project.urls]
4949
repository = "https://github.com/gdcc/pyDataverse"
50+
Documentation = "https://gdcc.github.io/pyDataverse/"
5051

5152
[project.entry-points."fsspec.specs"]
5253
dataverse = "pyDataverse.filesystem.dvfs:DataverseFS"

0 commit comments

Comments
 (0)