File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
46472025-10-11
Original file line number Diff line number Diff 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 ]
4853where = [" src" ]
4954
You can’t perform that action at this time.
0 commit comments