adafruit / Adafruit_CircuitPython_BME680

CircuitPython driver for BME680
MIT License
57 stars 41 forks source link

[PATCH SCRIPT] Add package folder comment to pyproject.toml #53

Closed tekktrik closed 1 year ago

tekktrik commented 2 years ago

A proposed patch to the libraries to bring them in line after merging https://github.com/adafruit/cookiecutter-adafruit-circuitpython/pull/200

This would be a patch done with my tools as opposed to an adabot patch, but it's easy to implement. Using this PR for the diff.

@kattni, let me know what you think!

kattni commented 2 years ago

This is excellent! Please include it in cookiecutter so you don't have to deal with new libraries, and then go ahead and apply this across the board!

tekktrik commented 1 year ago

This is going to be fixed/prevented by a solution for https://github.com/adafruit/workflows-circuitpython-libs/issues/22 instead.