Skip to content

Commit ba642cf

Browse files
committed
fix: correct readme path in pyproject.toml template
Changes the readme path from 'docs/README.md' to 'README.md' to match the actual repository structure.
1 parent 3f77dbd commit ba642cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dynamic = ["version"]
5656
keywords = []
5757
license = "{{ license }}"
5858
name = "{{ package_name }}"
59-
readme = "docs/README.md"
59+
readme = "README.md"
6060
requires-python = ">=3.12"
6161

6262
[project.urls]

0 commit comments

Comments
 (0)