Skip to content

Commit 8784d3d

Browse files
authored
Update setup.py
fix missing comma
1 parent 3a55fdb commit 8784d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def read_readme(fname):
5252
author='Sobczyk Aleksandros',
5353
author_email='[email protected]',
5454
license='MIT',
55-
url='https://githib.com/IBM/pylspack'
55+
url='https://githib.com/IBM/pylspack',
5656
long_description=read_readme('README.md'),
5757
long_description_content_type='text/markdown',
5858
py_modules=['pylspack.linalg_kernels', 'pylspack.leverage_scores'],

0 commit comments

Comments
 (0)