Initial Upload

This commit is contained in:
2025-09-14 03:33:41 -04:00
parent 0043d0096e
commit 2e136eeab0
26 changed files with 534 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[build-system]
requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "AudioBookShelf-TUI"
version = "0.1.0"
dependencies = []
[tool.setuptools.packages.find]
where = ["."]
include = ["src*"]
# For development/editable install
[tool.setuptools.package-dir]
"" = "src"