Skip to content

Commit 94d9395

Browse files
Merge pull request #504 from DataverseLabs/495-projecturls-not-in-pyproject
pyproject toml - updated project.urls
2 parents 015b0d7 + 5fd5f16 commit 94d9395

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Changes - from version >= 1.x
4141
* [docs] added missing badges (Python version and package version)
4242
* [docs] `CITATION.cff`, citation section in readme has been moved up, bibtex citation has been added
4343
* [docs] corrected broken links to `CONTRIBUTING.md` file in readme and docs
44+
* [setup] links to documentation have been added to `pyproject.toml`
4445
* # todo [docs] docstring examples - all user-facing API endpoints has examples in docstrings, using new input types (values | geometries)
4546

4647
2025-10-11

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ dev = [
4444
"notebook"
4545
]
4646

47+
[project.urls]
48+
Documentation = "https://pyinterpolate.readthedocs.io/en/latest/index.html"
49+
Repository = "https://github.com/DataverseLabs/pyinterpolate"
50+
Changelog = "https://github.com/DataverseLabs/pyinterpolate/blob/main/CHANGELOG.rst"
51+
4752
[tool.setuptools.packages.find]
4853
where = ["src"]
4954

0 commit comments

Comments
 (0)