Skip to content

Commit

Permalink
chore: include link to documentation page in project urls
Browse files Browse the repository at this point in the history
The project.urls are picked up and displayed (with matching icons, if
possible) by pypi.org. DataLad-next has its online documentation under
docs.datalad.org and it is pretty good. Given that we already include
a GitHub link in project.urls anyway (twice, in fact), it could be
better to point Documentation to the online docs, rather than the
GitHub README.
  • Loading branch information
mslw authored and mih committed Oct 17, 2024
1 parent dd649ec commit 39a9d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [

[project.urls]
Homepage = "https://github.com/datalad/datalad-next"
Documentation = "https://github.com/datalad/datalad-next#readme"
Documentation = "https://docs.datalad.org/projects/next/en/latest/"
Issues = "https://github.com/datalad/datalad-next/issues"
Source = "https://github.com/datalad/datalad-next"
Changelog = "https://github.com/datalad/datalad-next/blob/main/CHANGELOG.md"
Expand Down

0 comments on commit 39a9d83

Please sign in to comment.