We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73815c5 commit efc2b71Copy full SHA for efc2b71
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
6
[tool.poetry]
7
name = "p3g"
8
-version = "1.5.0"
+version = "1.5.1"
9
description = "Python Packages Project Generator"
10
readme = "README.md"
11
authors = ["Zeeland <[email protected]>"]
{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}/docs/index.md
@@ -17,7 +17,7 @@ hero:
17
link: /guide/
18
- theme: alt
19
text: View on GitHub
20
- link: <https://github.com/{{> cookiecutter.github_name }}/{{ cookiecutter.project_name }}
+ link: https://github.com/{{ cookiecutter.github_name }}/{{ cookiecutter.project_name }}
21
22
features:
23
0 commit comments