pytool-template/{{ package_name }}/README.md.jinja
2023-05-27 09:49:14 -05:00

13 lines
228 B
Django/Jinja

# {{ 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.