Merge pull request #31 from rhooper/setup-py-package
use packages= in setup.py
This commit is contained in:
commit
ad00c4b3cc
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -49,5 +49,5 @@ setup(
|
|||
# simple. Or you can use find_packages().
|
||||
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
|
||||
# CHANGE `py_modules=['...']` TO `packages=['...']`
|
||||
py_modules=["adafruit_led_animation"],
|
||||
packages=["adafruit_led_animation", "adafruit_led_animation.animation"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue