You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
df128519c7 | 1 year ago | |
---|---|---|
{{cookiecutter.project_slug}} | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
cookiecutter.json | 1 year ago |
README.md
cookiecutter-basic
A basic cookiecutter template for most Androiddrew style repos.
Licenses
Within a pyproject.toml
file the license section expects the string identifier as determined by https://spdx.org/licenses/. This project supports a small subset of these licenses.
Example:
[project]
license = {text = "MIT"}