fix name in pyproject.toml
This commit is contained in:
parent
6b3e976881
commit
995ece9be2
|
@ -4,7 +4,7 @@ requires = ["hatchling"]
|
|||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "{{cookiecutter.project_name}}"
|
||||
name = "{{cookiecutter.distribution_name}}"
|
||||
version = "0.1.0"
|
||||
description = "{{cookiecutter.project_short_description}}"
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in a new issue