diff --git a/{{ cookiecutter.repo_name }}/pyproject.toml b/{{ cookiecutter.repo_name }}/pyproject.toml index b612549..ce0f045 100644 --- a/{{ cookiecutter.repo_name }}/pyproject.toml +++ b/{{ cookiecutter.repo_name }}/pyproject.toml @@ -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"