We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffffcf6 commit 655a05eCopy full SHA for 655a05e
2 files changed
changelog.d/+1f89046c.added.md
@@ -0,0 +1 @@
1
+Add the description to `README.md`.
template/README.md.jinja
@@ -4,7 +4,9 @@
4
[](https://pypi.org/project/{{ distribution_name }}/)
5
[](https://github.com/{{ repository_path }}/actions/workflows/ci.yaml)
6
[](https://github.com/{{ repository_path }}/blob/main/LICENSE)
7
-
+{% if description %}
8
+{{ description }}.
9
+{% endif %}
10
## Installation
11
12
Install `{{ distribution_name }}` using [pip](https://pip.pypa.io/):
0 commit comments