adafruit / cookiecutter-adafruit-circuitpython

Cookiecutter template for Adafruit's CircuitPython libraries.
MIT License
22 stars 37 forks source link

Remove empty string keyword #205

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Removes any empty keywords from the keywords like in pyproject.toml, which happens when no keywords are entered in the cookiecutter prompt.

Fixes #204, tested successfully locally.