fix name in pyproject.toml

This commit is contained in:
Lance Edgar 2024-12-02 16:37:14 -06:00
parent 6b3e976881
commit 995ece9be2

View file

@ -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"