Skip to content

Commit

Permalink
fix: use well-known labels for package urls, add release notes link
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Dec 12, 2024
1 parent aa3bfb9 commit f37d609
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
Expand Up @@ -34,7 +34,11 @@ dependencies = [
"pandas==2.*",
]
scripts = { adtl = "adtl:main", adtl-autoparser = "adtl.autoparser:main" }
urls = { Home = "https://github.com/globaldothealth/adtl" }

[project.urls]
homepage = "https://adtl.readthedocs.io"
github = "https://github.com/globaldothealth/adtl"
releasenotes = "https://github.com/globaldothealth/adtl/releases"

[tool.uv]
package = true
Expand Down

0 comments on commit f37d609

Please sign in to comment.