From 92b0772df805c014ccea2a31187f50bf3d7814f2 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 26 Aug 2023 09:43:33 +0100 Subject: [PATCH] build script added to pdm scripts --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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