Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Changes - from version >= 1.x
* [docs] added missing badges (Python version and package version)
* [docs] `CITATION.cff`, citation section in readme has been moved up, bibtex citation has been added
* [docs] corrected broken links to `CONTRIBUTING.md` file in readme and docs
* [setup] links to documentation have been added to `pyproject.toml`
* # todo [docs] docstring examples - all user-facing API endpoints has examples in docstrings, using new input types (values | geometries)

2025-10-11
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ dev = [
"notebook"
]

[project.urls]
Documentation = "https://pyinterpolate.readthedocs.io/en/latest/index.html"
Repository = "https://github.com/DataverseLabs/pyinterpolate"
Changelog = "https://github.com/DataverseLabs/pyinterpolate/blob/main/CHANGELOG.rst"

[tool.setuptools.packages.find]
where = ["src"]

Expand Down