adafruit / circuitpython-build-tools

Build scripts for CircuitPython libraries and the bundle
MIT License
28 stars 18 forks source link

Allow bundles to be skipped #97

Closed tekktrik closed 1 year ago

tekktrik commented 1 year ago

Allows bundles to be skipped from being built. This is useful when libraries that do not need specific bundles (e.g., circuitpython_typing does not need .mpy bundles) are built.

tekktrik commented 1 year ago

Needed to close out https://github.com/adafruit/Adafruit_CircuitPython_Typing/issues/34