Skip to content

Commit

Permalink
Update scripts header
Browse files Browse the repository at this point in the history
  • Loading branch information
collijk committed Dec 27, 2024
1 parent 8e2aaf5 commit 02edc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ruff = ">=0.2.0"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[project.scripts]
[tool.poetry.scripts]
my-cli = "{{ cookiecutter.package_name }}.cli:main"

[tool.ruff]
Expand Down

0 comments on commit 02edc97

Please sign in to comment.