Hello everyone!
I would like to have dynamic version for my project.
My steps:
[project] name = "fuzzy_search_api" dynamic = ["version"]
[build-system] requires = ["pdm-backend"] build-backend = "pdm.backend"
[tool.pdm.version] source = "scm" version_format = "fuzzy_search_api.version:format_version"
And when i try to call pdm install i get error like [BuildError]: Build backend raised error: Module 'fuzzy_search_api' is missing, please make sure it is specified in the 'build-system.requires' section. If it is not possible, add it to the project and use '--no-isolation' option.. What i do wrong?
PS: i use pdm first time :)
Hello everyone!
I would like to have dynamic version for my project.
My steps:
[project] name = "fuzzy_search_api" dynamic = ["version"][build-system] requires = ["pdm-backend"] build-backend = "pdm.backend"[tool.pdm.version] source = "scm" version_format = "fuzzy_search_api.version:format_version"And when i try to call
pdm installi get error like[BuildError]: Build backend raised error: Module 'fuzzy_search_api' is missing, please make sure it is specified in the 'build-system.requires' section. If it is not possible, add it to the project and use '--no-isolation' option.. What i do wrong?PS: i use pdm first time :)