[project] tell pdm exactly where to find version info
This commit is contained in:
parent
e6034e1e10
commit
2c866fe6a8
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue