Skip to content

Commit

Permalink
Merge pull request #27 from MomsFriendlyRobotCompany/master
Browse files Browse the repository at this point in the history
Update setup.py to fix pypi
  • Loading branch information
FoamyGuy committed Aug 23, 2020
2 parents 305c658 + 8fb679a commit fee9519
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 @@ -58,5 +58,5 @@
# simple. Or you can use find_packages().
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
# CHANGE `py_modules=['...']` TO `packages=['...']`
py_modules=["adafruit_lsm6ds"],
packages=["adafruit_lsm6ds"],
)

0 comments on commit fee9519

Please sign in to comment.