We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f93479 commit 5e29b71Copy full SHA for 5e29b71
pyproject.toml
@@ -39,5 +39,8 @@ Issues = "https://github.com/easy-as-python/minimal-pba-cli/issues"
39
[tool.setuptools.packages.find]
40
where = ["src"]
41
42
+[tool.setuptools.dynamic]
43
+readme = { file = "README.md", content-type = "text/markdown" }
44
+
45
[project.scripts]
46
pba-cli = "minimal_pba_cli.cli:main"
0 commit comments