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.
1 parent 0b0288a commit e74c2baCopy full SHA for e74c2ba
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