We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff8b7f1 + 91273ef commit 78e49f4Copy full SHA for 78e49f4
.gitignore
@@ -1,3 +1,4 @@
1
/dist/
2
/*.egg-info/
3
-tests/
+tests/
4
+.DS_Store
pyproject.toml
@@ -27,4 +27,4 @@ Source = "https://github.com/luckalgorithm/ByteBomber"
27
Documentation = "https://luckalgorithm.github.io/ByteBomber"
28
29
[project.scripts]
30
-bytebomber = "bytebomber.__main__:build_zip_bomb"
+bytebomber = "bytebomber.__main__:main"
0 commit comments