Skip to content

Commit 9c85bfa

Browse files
committed
include readme in dist
1 parent 032f32c commit 9c85bfa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pyproject.toml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "{{project_name | lower | replace(' ', '-') | replace('_', '-')}}"
33
version = "0.1.0"
44
description = "{{project_description}}"
55
authors = ["{{author_name}} <{{author_email}}>"]
6+
readme = "README.md"
67
repository = "https://github.com/{{repo_username}}/{{repo_name}}"
78
packages = [{ include = "{{project_name}}", from = "src" }]
89
{%- if private %}

0 commit comments

Comments
 (0)