Skip to content

Commit 78e49f4

Browse files
Merge pull request #21 from redkitlab/package
Update project.scripts
2 parents ff8b7f1 + 91273ef commit 78e49f4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/dist/
22
/*.egg-info/
3-
tests/
3+
tests/
4+
.DS_Store

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Source = "https://github.com/luckalgorithm/ByteBomber"
2727
Documentation = "https://luckalgorithm.github.io/ByteBomber"
2828

2929
[project.scripts]
30-
bytebomber = "bytebomber.__main__:build_zip_bomb"
30+
bytebomber = "bytebomber.__main__:main"

0 commit comments

Comments
 (0)