Skip to content

Commit e74c2ba

Browse files
committed
fix setup_py to include the modules
1 parent 0b0288a commit e74c2ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,9 @@
5757
# simple. Or you can use find_packages().
5858
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
5959
# CHANGE `py_modules=['...']` TO `packages=['...']`
60-
packages=["adafruit_displayio_layout"],
60+
packages=[
61+
"adafruit_displayio_layout",
62+
"adafruit_displayio_layout.layouts",
63+
"adafruit_displayio_layout.widgets",
64+
],
6165
)

0 commit comments

Comments
 (0)