We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fc912 commit 2617e10Copy full SHA for 2617e10
setup.py
@@ -49,5 +49,5 @@
49
# simple. Or you can use find_packages().
50
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
51
# CHANGE `py_modules=['...']` TO `packages=['...']`
52
- packages=["adafruit_led_animation"],
+ packages=["adafruit_led_animation", "adafruit_led_animation.animation"],
53
)
0 commit comments