[project] tell pdm exactly where to find version info

This commit is contained in:
bronsen 2025-03-14 14:19:40 +01:00
parent e6034e1e10
commit 2c866fe6a8

View file

@ -25,10 +25,9 @@ addopts = [
]
[build-system]
requires = [
"pdm-backend",
]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm.version]
source = "file"
path = "VERSION.py"
path = "./VERSION.py"