wip config
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user