Skip to content

Commit 9ca26b3

Browse files
committed
Remove TODOs
1 parent 51554c6 commit 9ca26b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
author='Adafruit Industries',
3636
author_email='[email protected]',
3737

38-
# TODO: List all packages required for this library, likely found in requirements.txt
3938
install_requires=['Adafruit-Blinka', 'adafruit-circuitpython-busdevice',
4039
'adafruit-circuitpython-register'],
4140

@@ -55,12 +54,10 @@
5554
],
5655

5756
# What does your project relate to?
58-
# TODO: Add search keywords here, separated by a space
5957
keywords='adafruit analog precision temperature sensor hardware adt7410 '
6058
'micropython circuitpython',
6159

6260
# You can just specify the packages manually here if your project is
6361
# simple. Or you can use find_packages().
64-
# TODO: CHANGE py_modules= TO packages= IF LIBRARY FILES ARE A PACKAGE FOLDER
6562
py_modules=['adafruit_adt7410'],
6663
)

0 commit comments

Comments
 (0)