Skip to content

Commit 508b117

Browse files
committed
Add additional metadata urls
Signed-off-by: jboursier <jboursier@malwarebytes.com>
1 parent 832d122 commit 508b117

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ghas-cli"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
description = "Command line interface to interact with GitHub Advanced Security."
55
authors = [{name="jboursier", email="jboursier@malwarebytes.com"}]
66
license = "MIT"
@@ -24,6 +24,15 @@ dependencies = [
2424
"urllib3>=2.2.3",
2525
]
2626

27+
[project.urls]
28+
Homepage = "https://github.com/Malwarebytes/ghas-cli"
29+
Issues = "https://github.com/Malwarebytes/ghas-cli/issues"
30+
Documentation = "https://github.com/Malwarebytes/ghas-cli/wiki"
31+
Repository = "https://github.com/Malwarebytes/ghas-cli"
32+
Changelog = "https://github.com/Malwarebytes/ghas-cli/releases"
33+
funding = "https://www.malwarebytes.com/"
34+
35+
2736
[project.optional-dependencies]
2837
dev = [
2938
"ruff>=0.11.2"

0 commit comments

Comments
 (0)