Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit 0a4103f

Browse files
authored
Merge pull request #7 from peppelinux/patch-1
Typo in setup.py
2 parents f1d07ec + 567cb07 commit 0a4103f

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
@@ -65,7 +65,7 @@ def run_tests(self):
6565
"Programming Language :: Python :: 3.6",
6666
"Topic :: Software Development :: Libraries :: Python Modules"],
6767
install_requires=[
68-
"pyyaml>=5.1.0"
68+
"pyyaml>=5.1.0",
6969
"cryptojwt>=0.6.6",
7070
'oidcmsg>=0.6.2',
7171
],

0 commit comments

Comments
 (0)