You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AUR helper](https://wiki.archlinux.org/title/AUR_helpers) to the
75
75
`
76
76
{%- if cookiecutter.include_executable == "y" -%}
77
-
{{ cookiecutter.package_name }}
77
+
{{ cookiecutter.pypi_package_name }}
78
78
{%- else -%}
79
-
python-{{ cookiecutter.package_name }}
79
+
python-{{ cookiecutter.pypi_package_name }}
80
80
{%- endif -%}
81
81
` package.
82
82
@@ -88,11 +88,11 @@ Direct your favorite
88
88
```
89
89
90
90
{% endif -%}
91
-
See [`USAGE.md`](https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.package_name }}/blob/main/USAGE.md) or `man {{ cookiecutter.executable_name }}` for details.
91
+
See [`USAGE.md`](https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.pypi_package_name }}/blob/main/USAGE.md) or `man {{ cookiecutter.executable_name }}` for details.
92
92
93
93
## Contributing to {{ cookiecutter.project_title }}
94
94
95
-
See [`CONTRIBUTING.md`](https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.package_name }}/blob/main/CONTRIBUTING.md).
95
+
See [`CONTRIBUTING.md`](https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.pypi_package_name }}/blob/main/CONTRIBUTING.md).
0 commit comments