Skip to content

Commit f94b4cc

Browse files
committed
feat(package): add repository/changelog urls to package metadata
1 parent b07b5bd commit f94b4cc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ classifiers = [
2626
"Typing :: Typed",
2727
]
2828

29+
[project.urls]
30+
Repository = "https://github.com/DisnakeDev/dave.py"
31+
Changelog = "https://github.com/DisnakeDev/dave.py/blob/main/docs/CHANGELOG.md"
32+
2933
[dependency-groups]
3034
dev = [
3135
{ include-group = "build" },

0 commit comments

Comments
 (0)