18 lines
370 B
TOML
18 lines
370 B
TOML
[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" }
|
|
textual = "^7.0.0"
|
|
nuitka = "^2.8.9"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|