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