From b85940e5c6fa4215e926ad85e31246c6d0e9ede3 Mon Sep 17 00:00:00 2001 From: Moritz Makowski Date: Sun, 14 Apr 2024 20:12:24 +0200 Subject: [PATCH] Add links to docs and repo to `pyproject.toml` --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 36e9acd..e3a7b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tum_esm_utils" -version = "2.0.1" +version = "2.0.2" description = "Python utilities by the Professorship of Environmental Sensing and Modeling at the Technical University of Munich" authors = [{ name = "Moritz Makowski", email = "moritz.makowski@tum.de" }] dependencies = [ @@ -34,6 +34,10 @@ keywords = [ "pydoc-markdown", ] +[project.urls] +repository = "https://github.com/tum-esm/utils" +documentation = "https://tum-esm-utils.netlify.app" + [project.optional-dependencies] dev = [ "pytest>=8.1.1",