Skip to content

Commit 6bab00b

Browse files
committed
/py_modules/packages/
Wasn't installing correctly. We got a bug report on this one in the forums: https://forums.adafruit.com/viewtopic.php?f=60&t=143138&p=707561 Looks like I let this slip through on PyPI packaging review; my bad.
1 parent 3dead93 commit 6bab00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656

5757
# You can just specify the packages manually here if your project is
5858
# simple. Or you can use find_packages().
59-
py_modules=['adafruit_ht16k33'],
59+
packages=['adafruit_ht16k33'],
6060
)

0 commit comments

Comments
 (0)