Skip to content

Commit b915b77

Browse files
authored
Merge pull request #8 from caternuson/pypi_fix
Fix requirements list for PyPi
2 parents 98791ac + afe92e5 commit b915b77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
author_email='[email protected]',
3535

3636
install_requires=[
37-
'Adafruit-Blinka'
38-
'adafruit-circuitpython-busdevice'
39-
'adafruit-circuitpython-register'
37+
'Adafruit-Blinka',
38+
'adafruit-circuitpython-busdevice',
39+
'adafruit-circuitpython-register',
4040
],
4141

4242
# Choose your license

0 commit comments

Comments
 (0)