Skip to content

Commit cb0840e

Browse files
committed
Cleanup setup.py commas
1 parent 46fdac4 commit cb0840e

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
@@ -33,8 +33,8 @@ def run_tests(self):
3333
version='0.1',
3434
description='',
3535
url='http://github.com/ctk3b/misibi',
36-
author='Christoph Klein, Timothy C. Moore'
37-
author_email='christoph.klein@vanderbilt.edu, timothy.c.moore@vanderbilt.edu'
36+
author='Christoph Klein, Timothy C. Moore',
37+
author_email='christoph.klein@vanderbilt.edu, timothy.c.moore@vanderbilt.edu',
3838
license='MIT',
3939
packages=['msibi'],
4040
install_requires=requirements,

0 commit comments

Comments
 (0)