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.
335 B
335 B
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"}