Skip to content

Commit 51bacf9

Browse files
authored
Update setup.py to use packages
1 parent d206018 commit 51bacf9

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
@@ -52,5 +52,5 @@
5252
# simple. Or you can use find_packages().
5353
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
5454
# CHANGE `py_modules=['...']` TO `packages=['...']`
55-
py_modules=["adafruit_hashlib"],
55+
packages=["adafruit_hashlib"],
5656
)

0 commit comments

Comments
 (0)