Skip to content

Commit

Permalink
Merge pull request #80 from makermelissa/master
Browse files Browse the repository at this point in the history
Change Module to Package since it's in a folder
  • Loading branch information
makermelissa authored Apr 3, 2021
2 parents 0f1205f + 8405c55 commit a836197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
# simple. Or you can use find_packages().
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
# CHANGE `py_modules=['...']` TO `packages=['...']`
py_modules=["adafruit_minimqtt"],
packages=["adafruit_minimqtt"],
)

0 comments on commit a836197

Please sign in to comment.