Skip to content

Commit 45dd384

Browse files
Better project name in pyproject.toml
Leave the dashes in Co-Authored-By: Daniel Roy Greenfeld <[email protected]>
1 parent 92ea39e commit 45dd384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "{{cookiecutter.project_slug}}"
6+
name = "{{cookiecutter.project_name.lower().replace(' ', '-')}}"
77
description = "{{cookiecutter.project_short_description}}"
88
readme = "README.md"
99
authors = [

0 commit comments

Comments
 (0)