Skip to content

Commit 1d6eb7a

Browse files
committed
Updated py_modules to packages
1 parent b2cdaee commit 1d6eb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757

5858
# You can just specify the packages manually here if your project is
5959
# simple. Or you can use find_packages().
60-
py_modules=['adafruit_hid'],
60+
packages=['adafruit_hid'],
6161
)

0 commit comments

Comments
 (0)