Skip to content

Commit 835fd6c

Browse files
authored
Merge pull request #18 from tekktrik/hotfix/fix-setup-py
Update setup.py to use packages
2 parents d206018 + 51bacf9 commit 835fd6c

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)