Windows basic build setup

This commit is contained in:
2023-03-03 04:21:38 +01:00
parent 9a29460712
commit 3f65e85ecf
4 changed files with 58 additions and 4 deletions

View File

@@ -13,6 +13,11 @@ classifiers = []
dependencies = ["importlib_metadata", "pathvalidate", "simplejson"]
[project.optional-dependencies]
build = [
"pyinstaller"
]
[project.urls]
homepage = "https://github.com/infeeeee/dyn2py"
documentation = "https://github.com/infeeeee/dyn2py"