File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " fastapi-cloud-cli"
3- version = " 0.5.2 "
3+ dynamic = [ " version " ]
44description = " Deploy and manage FastAPI Cloud apps from the command line 🚀"
55authors = [{ name = " Patrick Arminio" , email = " patrick@fastapilabs.com" }]
66requires-python = " >=3.8"
@@ -62,11 +62,14 @@ Issues = "https://github.com/fastapilabs/fastapi-cloud-cli/issues"
6262Changelog = " https://github.com/fastapilabs/fastapi-cloud-cli/blob/main/release-notes.md"
6363
6464[build-system ]
65- requires = [" uv_build>=0.9.13,<0.10.0 " ]
66- build-backend = " uv_build "
65+ requires = [" pdm-backend " ]
66+ build-backend = " pdm.backend "
6767
68- [tool .uv .build-backend ]
69- source-include = [" tests/**" , " scripts/**" ]
68+ [tool .pdm ]
69+ distribution = true
70+
71+ [tool .pdm .build ]
72+ source-includes = [" tests/" , " scripts/" ]
7073
7174[tool .pytest .ini_options ]
7275addopts = [" --strict-config" , " --strict-markers" ]
Original file line number Diff line number Diff line change 1- from importlib import metadata
2-
3- __version__ = metadata .version ("fastapi-cloud-cli" )
1+ __version__ = "0.5.2"
You can’t perform that action at this time.
0 commit comments