Merge pull request #9 from adafruit/setup-py

setup.py update
This commit is contained in:
Brennen Bearnes 2018-12-10 15:41:56 -07:00 committed by GitHub
commit 9c19977b8d
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'],
)