Skip to content

Commit d91fd08

Browse files
authored
Fix authors in setup.py
The names of the authors got concatenated because of missing commas.
1 parent 8e1868d commit d91fd08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
version=version,
1616
url='https://github.com/CabbageDevelopment/qasync',
1717
author=', '.join(('Sam McCormack',
18-
'Gerard Marull-Paretas'
19-
'Mark Harviston'
18+
'Gerard Marull-Paretas',
19+
'Mark Harviston',
2020
'Arve Knudsen')),
2121
author_email=', '.join(('contact@cabbagedevelopment.com',
2222
'gerard@teslabs.com',

0 commit comments

Comments
 (0)