Skip to content

Commit 61a2319

Browse files
committed
fixed setup
1 parent cdc2983 commit 61a2319

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
@@ -17,7 +17,7 @@
1717
license='BSD3',
1818
keywords='pclines, hough transform, line detection',
1919
packages=["pclines"],
20-
install_requires=['numpy','numba','scikit-image']
20+
install_requires=['numpy','numba','scikit-image'],
2121
python_requires='>=3.6',
2222
project_urls={
2323
"Bug reports": 'https://github.com/RomanJuranek/pclines-python/issues',

0 commit comments

Comments
 (0)