Initial Upload
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user