Skip to content

Commit

Permalink
setup.py: fix missing comma after resorting dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
flit committed Apr 10, 2021
1 parent 18fdddd commit 1e7d2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
'setuptools_scm_git_archive',
],
install_requires = [
'pyocd>=0.30.0'
'pyocd>=0.30.0',
'pypemicro==0.1.6',
],
entry_points={
Expand Down

0 comments on commit 1e7d2a1

Please sign in to comment.