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.
13 lines
335 B
Markdown
13 lines
335 B
Markdown
# 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"}
|
|
``` |