use recommended layout

current
Síle Ekaterin Liszka 2024-01-12 22:52:48 -08:00
parent bd6887db0e
commit 9e735ab7b8
Signed by: VulpineAmethyst
SSH Key Fingerprint: SHA256:VcHwQ6SUfi/p0Csfxe3SabX/TImWER0PhoJqkt+GlmE
3 changed files with 6 additions and 0 deletions

View File

@ -34,3 +34,9 @@ Issues = 'https://gitea.treehouse.systems/VulpineAmethyst/py-xbc/issues'
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
]
pythonpath = 'src'