Skip to content

Commit

Permalink
Merge pull request #134 from weikang9009/setup
Browse files Browse the repository at this point in the history
(BUG) missing comma in setup.py
  • Loading branch information
jGaboardi committed Jul 11, 2020
2 parents db0af3a + 5d8ba94 commit d2ad60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@ def setup_package():
_groups_files = {
'base': 'requirements.txt',
'tests': 'requirements_tests.txt',
'docs': 'requirements_docs.txt'
'docs': 'requirements_docs.txt',
'plus': 'requirements_plus.txt'
}

Expand Down

0 comments on commit d2ad60d

Please sign in to comment.