mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-13 09:20:09 -06:00
18 lines
356 B
TOML
18 lines
356 B
TOML
[project]
|
|
name = "audiobookrequest"
|
|
requires-python = ">= 3.11"
|
|
dynamic = ["version"]
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.pyright]
|
|
include = ["**/*.py"]
|
|
exclude = ["**/__pycache__", "**/.venv"]
|
|
ignore = []
|
|
|
|
typeCheckingMode = "strict"
|
|
reportUnknownParameterType = true
|
|
reportMissingParameterType = true
|