build script added to pdm scripts

This commit is contained in:
onyx-and-iris 2023-08-26 09:43:33 +01:00
parent 66171e03a9
commit 92b0772df8

View File

@ -18,3 +18,6 @@ license = {text = "MIT"}
build = [ build = [
"pyinstaller>=5.1", "pyinstaller>=5.1",
] ]
[tool.pdm.scripts]
build = {shell = "build.ps1"}