Skip to content

Commit 6d2b024

Browse files
committed
🐛 project.scripts
1 parent 20c6f22 commit 6d2b024

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/example-project/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ name = "example-project"
2626
readme = "README.md"
2727
requires-python = ">=3.8"
2828

29-
[project.scripts]
30-
example-project = "example_project.cli:cli"
31-
3229
[project.urls]
3330
Documentation = "https://juftin.github.io/example-project"
3431
Issues = "https://github.com/juftin/example-project/issues"

{{cookiecutter.repo_name}}/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ name = "{{ cookiecutter.friendly_name }}"
2828
readme = "README.md"
2929
requires-python = ">=3.8"
3030

31-
[project.scripts]
32-
{{ cookiecutter.friendly_name }} = "{{ cookiecutter.project_slug }}.cli:cli"
33-
3431
[project.urls]
3532
Documentation = "https://{{ cookiecutter.github_username }}.github.io/{{ cookiecutter.repo_name }}"
3633
Issues = "https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/issues"

0 commit comments

Comments
 (0)