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.
cookiecutter-basic/README.md

13 lines
335 B
Markdown

1 year ago
# 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"}
```