adafruit / circuitpython-build-tools

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

include pyproject.toml file in the bundle if it exists. #100

Closed FoamyGuy closed 10 months ago

FoamyGuy commented 10 months ago

This is one part of an intended solution for https://github.com/adafruit/CircuitPython_Community_Bundle/issues/192

Including this file in the bundle will allow us to have a "circup_requirements" section within the toml file and then read values from that inside of circup to find and install dependencies that exist in a library bundle, but are not deployed to pypi.

FoamyGuy commented 10 months ago

Some discussion around this topic is here as well: https://github.com/adafruit/circup/issues/181