setup.py update
This commit is contained in:
parent
98c47df4c4
commit
3447de5d2d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -56,5 +56,5 @@ setup(
|
||||||
|
|
||||||
# You can just specify the packages manually here if your project is
|
# You can just specify the packages manually here if your project is
|
||||||
# simple. Or you can use find_packages().
|
# simple. Or you can use find_packages().
|
||||||
py_modules=['adafruit_pn532'],
|
packages=['adafruit_pn532'],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue