Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wrrulosdev committed Jul 19, 2024
1 parent 95da76c commit f4d7215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msi.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class AppSettings:
executables=executables,
options={
'build_exe': {
'packages': ['mcptool-py', 'base64', 'numpy'],
'packages': ['mcptool', 'base64', 'numpy'],
'includes': ['plyer.platforms.win.notification'],
'include_files': [],
},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
requires-python = ">=3.6"
keywords = ["minecraft", "pentesting", "tool", "security"]
authors = [
{name = "Pedro Agustin Vega (wrrulos)", email = "vegapedroagustin2004@gmail.com"}
{name = "Pedro Agustin Vega (wrrulos)", email = "pedroagustinvega04@gmail.com"}
]
dependencies = [
"easyjsonpy",
Expand Down

0 comments on commit f4d7215

Please sign in to comment.