Skip to content

Commit 75b50a7

Browse files
authored
Show project URLs on PyPI (#99)
1 parent 3478603 commit 75b50a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

codecov-cli/pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ codecov = "codecov_cli.main:run"
3535
codecovcli = "codecov_cli.main:run"
3636
codecov-cli = "codecov_cli.main:run"
3737

38+
[project.urls]
39+
Homepage = "https://about.codecov.io"
40+
"CI: GitHub" = "https://github.com/getsentry/prevent-cli/actions/workflows/ci.yml"
41+
"Docs" = "https://docs.codecov.com"
42+
"GitHub: issues" = "https://github.com/getsentry/prevent-cli/issues"
43+
"GitHub: repo" = "https://github.com/getsentry/prevent-cli"
44+
3845
[build-system]
3946
requires = ["setuptools"]
4047
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)