Skip to content

Commit 8ade8cb

Browse files
committed
added github url
1 parent 6b560d8 commit 8ade8cb

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='saibr',
9-
version='0.1.2',
9+
version='0.1.3',
1010
license="CC BY 4.0",
1111
author='Tom Bland',
1212
author_email='tom_bland@hotmail.co.uk',
@@ -22,5 +22,8 @@
2222
'opencv-python'],
2323
description='Python implementation of SAIBR: a tool for performing spectral autofluorescence correction on biological images',
2424
long_description=long_description,
25-
long_description_content_type='text/markdown'
25+
long_description_content_type='text/markdown',
26+
project_urls={
27+
"Source Code": "https://github.com/goehringlab/saibr_python",
28+
}
2629
)

0 commit comments

Comments
 (0)