Skip to content

Commit 44d765a

Browse files
committed
Add license and repository properties
1 parent 546784b commit 44d765a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description = "Tool to create custom CodeQL bundles"
55
authors = ["Remco Vermeulen <rvermeulen@users.noreply.github.com>"]
66
readme = "README.md"
77
packages = [{include = "codeql_bundle"}]
8+
license = "MIT"
9+
repository = "https://github.com/rvermeulen/codeql-bundle"
810

911
[tool.poetry.dependencies]
1012
python = "^3.11"

0 commit comments

Comments
 (0)