Skip to content

Commit da6efc1

Browse files
committed
Add a trailing comma to the last setup.py setup() argument
1 parent 3534544 commit da6efc1

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
@@ -44,5 +44,5 @@
4444
'pip-extra-reqs=pip_check_reqs.find_extra_reqs:main',
4545
],
4646
},
47-
install_requires=requirements
47+
install_requires=requirements,
4848
)

0 commit comments

Comments
 (0)