adafruit / Adafruit_CircuitPython_asyncio

CIrcuitPython subset of CPython asyncio library
MIT License
26 stars 17 forks source link

Releases zip files only contains examples now? #27

Closed theboyknowsclass closed 2 years ago

theboyknowsclass commented 2 years ago

hi, can't seem to find the actual lib (since 0.5.13)

Neradoc commented 2 years ago

@tekktrik this looks like this is because --package_folder_prefix "adafruit_, asyncio" is no longer in the circuitpython-build-bundles call from the switch to pyproject.toml commit.

dhalbert commented 2 years ago

Fixing this issue https://github.com/adafruit/circuitpython-build-tools/issues/82 would also fix that.

tekktrik commented 2 years ago

The immediate fix is in for it now! I've been meaning to learn more about the build tools, I'd love to take a look at the recently linked issue.

tekktrik commented 2 years ago

Closed via #28