modify pyproject.toml

This commit is contained in:
chakcy 2026-02-02 13:48:53 +08:00
parent 82097e12b5
commit 46fa8404a8

View File

@ -42,4 +42,4 @@ packages = ["src/{{ cookiecutter.project_name }}"]
[project.scripts] [project.scripts]
build = "{{ cookiecutter.project_name }}.scripts.build:main" build = "{{ cookiecutter.project_name }}.scripts.build:main"
serve = "{{ cookiecutter.project_name }}:main" serve = "{{ cookiecutter.project_name }}:serve"