Skip to content

Commit da8f675

Browse files
committed
removed comma
1 parent 7f914ef commit da8f675

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if platform.system() == 'Windows':
1616
extra_link_args = 'cusparse.lib'
1717
else:
18-
extra_link_args = ['-lcusparse', '-l', 'cusparse'],
18+
extra_link_args = ['-lcusparse', '-l', 'cusparse']
1919

2020
ext_modules += [
2121
CUDAExtension(
@@ -41,5 +41,4 @@
4141
tests_require=tests_require,
4242
ext_modules=ext_modules,
4343
cmdclass=cmdclass,
44-
packages=find_packages(),
45-
)
44+
packages=find_packages(), )

0 commit comments

Comments
 (0)