Skip to content

Commit a533db5

Browse files
committed
Add missing comma
1 parent 8642770 commit a533db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# Author details
3535
author="Adafruit Industries",
3636
author_email="[email protected]",
37-
python_requires=">=3.7.0"
37+
python_requires=">=3.7.0",
3838
install_requires=[
3939
"Adafruit-Blinka>=7.0.0",
4040
"adafruit-circuitpython-busdevice",

0 commit comments

Comments
 (0)