Skip to content

Commit bb53ba1

Browse files
chg: Added project.urls in pyproject.toml
1 parent 9e9c65c commit bb53ba1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ dynamic = ["classifiers"]
1717

1818
requires-python = ">=3.10,<4.0"
1919

20+
21+
[project.urls]
22+
Homepage = "https://github.com/vulnerability-lookup/VulnTrain"
23+
Repository = "https://github.com/vulnerability-lookup/VulnTrain"
24+
25+
2026
[project.scripts]
2127
vulntrain-create-dataset = "vulntrain.create_dataset:main"
2228
# vulntrain-train-dataset = "vulntrain.train:main"

0 commit comments

Comments
 (0)