Skip to content

Commit 323680c

Browse files
committed
Remove Homepage & IssueTracker from project.urls
1 parent c1f2d93 commit 323680c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ classifiers = [
2323
dependencies = []
2424

2525
[project.urls]
26-
Homepage = "https://github.com/luckalgorithm/ByteBomber"
27-
Documentation = "https://luckalgorithm.github.io/ByteBomber"
2826
Source = "https://github.com/luckalgorithm/ByteBomber"
29-
IssueTracker = "https://github.com/luckalgorithm/ByteBomber/issues"
27+
Documentation = "https://luckalgorithm.github.io/ByteBomber"
3028

3129
[project.scripts]
3230
bytebomber = "bytebomber.__main__:build_zip_bomb"

0 commit comments

Comments
 (0)