Skip to content

Commit 74f87c1

Browse files
fix(pyproject): allow long project description
1 parent 1d52a14 commit 74f87c1

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
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "{{project_slug}}"
7-
description = "{{project_description}}"
7+
description = "{{ project.description | replace('\n', ' ') | trim }}"
88
authors = [
99
{name = "{{full_name}}", email = "{{email}}"},
1010
]

0 commit comments

Comments
 (0)