A basic cookiecutter template for most Androiddrew style repos.
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.
 
 
 
Go to file
Drew Bednar df128519c7 Adding build task 1 year ago
{{cookiecutter.project_slug}} Adding build task 1 year ago
.gitignore Basic project the way Drew likes it 1 year ago
LICENSE Initial commit 1 year ago
README.md Adding support for packaging 1 year ago
cookiecutter.json Adding support for packaging 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"}