teilchensammler/pyproject.toml

34 lines
618 B
TOML
Raw Normal View History

[project]
name = "teilchensammler"
description = "Build a list of parts in a pile to help sorting and categorization"
readme = "README.md"
dynamic = [
"version",
]
requires-python = ">= 3.12"
# dependencies are in folder .dependencies/*.in
authors = [
{ name = "bronsen", email = "kontakt+teilchensammler@nrrd.de" },
]
[tool.pytest.ini_options]
pythonpath = "."
python_files = [
"test_*.py",
"tests.py"
]
addopts = [
"--create-db",
"--no-migrations",
"--capture=sys",
]
[build-system]
requires = [
"pdm-backend",
]
build-backend = "pdm.backend"
[tool.pdm.version]
source = "file"
path = "VERSION.py"