We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832d122 commit 508b117Copy full SHA for 508b117
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "ghas-cli"
3
-version = "1.7.0"
+version = "1.7.1"
4
description = "Command line interface to interact with GitHub Advanced Security."
5
authors = [{name="jboursier", email="jboursier@malwarebytes.com"}]
6
license = "MIT"
@@ -24,6 +24,15 @@ dependencies = [
24
"urllib3>=2.2.3",
25
]
26
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
36
[project.optional-dependencies]
37
dev = [
38
"ruff>=0.11.2"
0 commit comments