Skip to content

Commit

Permalink
Merge pull request #13 from caternuson/iss12_pypi
Browse files Browse the repository at this point in the history
Fix setup.py
  • Loading branch information
ladyada authored Oct 2, 2021
2 parents 88cafa1 + c77824b commit 8b6aba0
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 @@ -57,5 +57,5 @@
# simple. Or you can use find_packages().
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
# CHANGE `py_modules=['...']` TO `packages=['...']`
py_modules=["adafruit_sgp40"],
packages=["adafruit_sgp40"],
)

0 comments on commit 8b6aba0

Please sign in to comment.