Skip to content

Commit a836197

Browse files
authored
Merge pull request #80 from makermelissa/master
Change Module to Package since it's in a folder
2 parents 0f1205f + 8405c55 commit a836197

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

0 commit comments

Comments
 (0)