diff --git a/pyproject.toml b/pyproject.toml index f731557..663c514 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,3 +18,6 @@ license = {text = "MIT"} build = [ "pyinstaller>=5.1", ] + +[tool.pdm.scripts] +build = {shell = "build.ps1"} \ No newline at end of file