File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
{{cookiecutter.repo_name}} Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ name = "example-project"
2626readme = " README.md"
2727requires-python = " >=3.8"
2828
29- [project .scripts ]
30- example-project = " example_project.cli:cli"
31-
3229[project .urls ]
3330Documentation = " https://juftin.github.io/example-project"
3431Issues = " https://github.com/juftin/example-project/issues"
Original file line number Diff line number Diff line change @@ -28,9 +28,6 @@ name = "{{ cookiecutter.friendly_name }}"
2828readme = " README.md"
2929requires-python = " >=3.8"
3030
31- [project .scripts ]
32- {{ cookiecutter.friendly_name }} = "{{ cookiecutter.project_slug }}.cli:cli"
33-
3431[project .urls ]
3532Documentation = " https://{{ cookiecutter.github_username }}.github.io/{{ cookiecutter.repo_name }}"
3633Issues = " https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}/issues"
You can’t perform that action at this time.
0 commit comments