cookiecutter/{{cookiecutter.package_name}}
Alexander Wainwright e7079c2e17 Initial commit
2023-06-01 20:14:37 +10:00
..
src/{{cookiecutter.package_name}} Initial commit 2023-06-01 20:14:37 +10:00
tests The tests directory should not be a Python package. 2018-10-06 14:44:19 +02:00
.gitignore Fix everything 2014-03-06 13:37:41 +00:00
LICENSE Rename the license file to LICENSE without extension, according to the [PyPA Guide](https://packaging.python.org/tutorials/packaging-projects/#creating-the-package-files). 2018-10-07 19:50:42 +02:00
README.md Initial commit 2023-06-01 20:14:37 +10:00
setup.cfg Initial commit 2023-06-01 20:14:37 +10:00
setup.py Initial commit 2023-06-01 20:14:37 +10:00

{{ cookiecutter.package_name }} {{ cookiecutter.package_name|count * "=" }}

{{ cookiecutter.package_description }}

Usage

Installation

Requirements ^^^^^^^^^^^^

Compatibility

Licence

Authors

{{ cookiecutter.package_name }} was written by {{ cookiecutter.author_name }} <{{ cookiecutter.author_email }}>_.