We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 196721b + e74c2ba commit ca67e80Copy full SHA for ca67e80
setup.py
@@ -57,5 +57,9 @@
57
# simple. Or you can use find_packages().
58
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
59
# CHANGE `py_modules=['...']` TO `packages=['...']`
60
- packages=["adafruit_displayio_layout"],
+ packages=[
61
+ "adafruit_displayio_layout",
62
+ "adafruit_displayio_layout.layouts",
63
+ "adafruit_displayio_layout.widgets",
64
+ ],
65
)
0 commit comments