adafruit / Adafruit_CircuitPython_ADS1x15

CircuitPython drivers for the ADS1x15 series of ADCs.
MIT License
140 stars 59 forks source link

This project is supposed to be in the bundle, but it is being ignored by build process #2

Closed mrmcwethy closed 6 years ago

mrmcwethy commented 6 years ago

The build-bundle.py build script ignores all subdirectories unless there is a file __init__.py in the subdirectory. I tried to build the bundle and this library did NOT get included, because it needs that special file.

mrmcwethy commented 6 years ago

I have a fix pushed. Added __init__.py to subdirectory

caternuson commented 6 years ago

3 merged. reopen if that doesn't fix.