wip config

This commit is contained in:
2025-11-02 17:34:54 +08:00
parent a98fbea736
commit 1aa8ddfe38
8 changed files with 144 additions and 4 deletions

View File

@@ -3,7 +3,14 @@ name = "backup_box"
version = "0.0.1"
license = "MIT"
authors = [{ name="Dreagonmon" }]
dependencies = []
dependencies = [
"textual>=6.5.0",
"tomli-w >= 1.2.0",
]
requires-python = ">=3.11"
[project.scripts]
bkb = "backup_box.app:main"
[build-system]
requires = [