Skip to content

Commit

Permalink
Merge pull request #26 from adafruit/setup_packages
Browse files Browse the repository at this point in the history
s/py_modules/packages/
  • Loading branch information
kattni authored Nov 6, 2018
2 parents 3dead93 + 6bab00b commit 4a1dc24
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 @@ -56,5 +56,5 @@

# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
py_modules=['adafruit_ht16k33'],
packages=['adafruit_ht16k33'],
)

0 comments on commit 4a1dc24

Please sign in to comment.