initialize project

This commit is contained in:
2026-01-03 15:47:49 +08:00
commit 66a5179c83
4 changed files with 496 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "mac-setup"
version = "0.1.0"
description = "My setup wizard for MacOS"
authors = ["Void <mail@voideuw.dev>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
pyinstaller = { version = "*", python = "<3.15" }
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"