diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d11bfe82..64cb4dde 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d8c62806..12ef8534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]