We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd04479 + 57c3250 commit cdfca6cCopy full SHA for cdfca6c
setup.py
@@ -35,7 +35,8 @@
35
36
install_requires=[
37
'Adafruit-Blinka',
38
- 'adafruit-circuitpython-busdevice'
+ 'adafruit-circuitpython-busdevice',
39
+ 'adafruit-circuitpython-binascii',
40
],
41
42
# Choose your license
@@ -61,5 +62,5 @@
61
62
# simple. Or you can use find_packages().
63
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
64
# CHANGE `py_modules=['...']` TO `packages=['...']`
- py_modules=['adafruit_atecc'],
65
+ packages=['adafruit_atecc'],
66
)
0 commit comments