Closed xxv closed 5 years ago
You are right, thanks! I'll fix this as soon as I can.
If you have time, would you mind checking the new package? It can be installed from the test PyPi repo: sudo pip3 install -i https://test.pypi.org/simple/ apa102-pi==2.3.0rc1
.
For safety, you might want to uninstall the previous version first: sudo pip3 uninstall apa102-pi
Looks like it put it in the right spot! :+1:
Thanks! I released this version now.
When installed via pip:
the installed libraries end up in the top-level packages
driver
andcolorschemes
instead ofapa102
:These should probably be in an
apa102
package to avoid namespace conflicts.