[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", "config/test.py", ] addopts = [ "--create-db", "--no-migrations", "--capture=sys", ] logot_capturer = "logot.structlog.StructlogCapturer" [build-system] requires = ["pdm-backend"] build-backend = "pdm.backend" [tool.pdm.version] source = "file" path = "./VERSION.py"