22 lines
940 B
JSON
22 lines
940 B
JSON
{
|
|
"target_bundle": [
|
|
"Adafruit",
|
|
"Community"
|
|
],
|
|
"github_user": "{%- if cookiecutter.target_bundle == 'Adafruit' -%} adafruit {%- endif -%}",
|
|
"author_name": null,
|
|
"company": "{%- if cookiecutter.target_bundle == 'Adafruit' -%} Adafruit Industries {%- endif -%}",
|
|
"library_name": null,
|
|
"library_description": "",
|
|
"library_keywords": "",
|
|
"library_prefix": "{%- if cookiecutter.target_bundle == 'Adafruit' -%} adafruit {%- endif -%}",
|
|
"adafruit_pid": "",
|
|
"requires_bus_device": "",
|
|
"requires_register": "",
|
|
"other_requirements": "",
|
|
"pypi_release": "{%- if cookiecutter.target_bundle == 'Adafruit' -%} yes {%- else -%} no {%- endif -%}",
|
|
"sphinx_docs": "{%- if cookiecutter.target_bundle == 'Adafruit' -%} yes {%- else -%} no {%- endif -%}",
|
|
"default_branch": ["master", "main"],
|
|
"_extensions": ["jinja2.ext.do"],
|
|
"_copy_without_render": ["*.github/*"]
|
|
}
|