File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 35
35
author = 'Adafruit Industries' ,
36
36
37
37
38
- # TODO: List all packages required for this library, likely found in requirements.txt
39
38
install_requires = ['Adafruit-Blinka' , 'adafruit-circuitpython-busdevice' ,
40
39
'adafruit-circuitpython-register' ],
41
40
55
54
],
56
55
57
56
# What does your project relate to?
58
- # TODO: Add search keywords here, separated by a space
59
57
keywords = 'adafruit analog precision temperature sensor hardware adt7410 '
60
58
'micropython circuitpython' ,
61
59
62
60
# You can just specify the packages manually here if your project is
63
61
# simple. Or you can use find_packages().
64
- # TODO: CHANGE py_modules= TO packages= IF LIBRARY FILES ARE A PACKAGE FOLDER
65
62
py_modules = ['adafruit_adt7410' ],
66
63
)
You can’t perform that action at this time.
0 commit comments