adafruit / cookiecutter-adafruit-circuitpython

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

Community Library proyect.toml autohrs.name and name.email wrongly setted #220

Closed jposada202020 closed 1 year ago

jposada202020 commented 1 year ago

Result

authors = [ {name = "Adafruit Industries", email = "circuitpython@adafruit.com"} ]

Expected

authors = [ {name = "my_name", email = "empty"} ]