setup.py update

This commit is contained in:
Kattni 2018-12-10 17:11:03 -05:00 committed by GitHub
parent 98c47df4c4
commit 3447de5d2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,5 +56,5 @@ setup(
# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
py_modules=['adafruit_pn532'],
packages=['adafruit_pn532'],
)