Skip to content

Commit cdfca6c

Browse files
authored
Merge pull request #10 from fgallaire/master
Add binascii lib in setup.py and fix setup
2 parents dd04479 + 57c3250 commit cdfca6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535

3636
install_requires=[
3737
'Adafruit-Blinka',
38-
'adafruit-circuitpython-busdevice'
38+
'adafruit-circuitpython-busdevice',
39+
'adafruit-circuitpython-binascii',
3940
],
4041

4142
# Choose your license
@@ -61,5 +62,5 @@
6162
# simple. Or you can use find_packages().
6263
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
6364
# CHANGE `py_modules=['...']` TO `packages=['...']`
64-
py_modules=['adafruit_atecc'],
65+
packages=['adafruit_atecc'],
6566
)

0 commit comments

Comments
 (0)