Skip to content

Commit 5e29b71

Browse files
committed
Add missing readme config
1 parent 1f93479 commit 5e29b71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@ Issues = "https://github.com/easy-as-python/minimal-pba-cli/issues"
3939
[tool.setuptools.packages.find]
4040
where = ["src"]
4141

42+
[tool.setuptools.dynamic]
43+
readme = { file = "README.md", content-type = "text/markdown" }
44+
4245
[project.scripts]
4346
pba-cli = "minimal_pba_cli.cli:main"

0 commit comments

Comments
 (0)