Skip to content

Commit

Permalink
Updated project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
aegilops committed Jul 14, 2022
1 parent 23d735d commit 8a73213
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"distro==1.3.0",
]
authors = [
{ name = "Paul Hodgkinson", email = "[email protected]" }
{ name = "aegilops", email = "[email protected]" }
]
classifiers = [
"Development Status :: 4 - Beta",
Expand All @@ -25,6 +25,12 @@ classifiers = [
"Topic :: Software Development :: Quality Assurance",
"Topic :: System :: Software Distribution",
]
keywords = [
"codeql", "ql", "github", "sast", "security", "advanced-security", "vscode"
]

[project.urls]
repository = "https://github.com/advanced-security/grab_ql"

[project.scripts]
grab-codeql = "grab_codeql.grab_codeql:main"
Expand Down

0 comments on commit 8a73213

Please sign in to comment.