Skip to content

Commit

Permalink
Add links to docs and repo to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed Apr 14, 2024
1 parent a239adb commit b85940e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]" }]
dependencies = [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b85940e

Please sign in to comment.