[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]
|
[build-system]
|
||||||
requires = [
|
requires = ["pdm-backend"]
|
||||||
"pdm-backend",
|
|
||||||
]
|
|
||||||
build-backend = "pdm.backend"
|
build-backend = "pdm.backend"
|
||||||
|
|
||||||
[tool.pdm.version]
|
[tool.pdm.version]
|
||||||
source = "file"
|
source = "file"
|
||||||
path = "VERSION.py"
|
path = "./VERSION.py"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue