Skip to content

Fix PyPi install

Compare
Choose a tag to compare
@dhalbert dhalbert released this 24 Jun 13:40
1db962e

PyPi install was not working because setup.py was assuming a single-file install instead of a package.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-bluefruitconnect.

Read the docs for info on how to use it.