Skip to content

Commit

Permalink
Add urls to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Nov 14, 2024
1 parent 824ff9a commit a24f692
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ requires-python = ">=3.8"
[project.optional-dependencies]
legacy = ["cdsapi"]

[project.urls]
documentation = "https://ecmwf-projects.github.io/datapi/"
source = "https://github.com/ecmwf-projects/datapi"
tracker = "https://github.com/ecmwf-projects/datapi/issues"

[tool.coverage.run]
branch = true

Expand Down

0 comments on commit a24f692

Please sign in to comment.