fix jinja
This commit is contained in:
parent
992464fd92
commit
a136907c0b
2 changed files with 1 additions and 1 deletions
13
{{ package_name }}/README.md.jinja
Normal file
13
{{ package_name }}/README.md.jinja
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# {{ package_title }}
|
||||
|
||||
{{ description }}
|
||||
|
||||
## Installation
|
||||
|
||||
```console
|
||||
pip install {{ package_name }}
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
`{{ package_name }}` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
|
||||
Loading…
Add table
Add a link
Reference in a new issue