Skip to content

Commit

Permalink
Merge pull request #6 from adafruit/fix_pypi
Browse files Browse the repository at this point in the history
fixing PyPi issue in #5
  • Loading branch information
ladyada authored Oct 19, 2020
2 parents cac28f2 + 4e14ef4 commit 59fc2db
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 @@ -55,5 +55,5 @@
# simple. Or you can use find_packages().
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
# CHANGE `py_modules=['...']` TO `packages=['...']`
py_modules=["adafruit_bno08x"],
packages=["adafruit_bno08x"],
)

0 comments on commit 59fc2db

Please sign in to comment.