Skip to content

Commit 64c80b9

Browse files
authored
Merge pull request adafruit#80 from makermelissa/master
Change Module to Package since it's in a folder
2 parents d291e99 + 5205bde commit 64c80b9

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)