We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b560d8 commit 8ade8cbCopy full SHA for 8ade8cb
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='saibr',
9
- version='0.1.2',
+ version='0.1.3',
10
license="CC BY 4.0",
11
author='Tom Bland',
12
author_email='tom_bland@hotmail.co.uk',
@@ -22,5 +22,8 @@
22
'opencv-python'],
23
description='Python implementation of SAIBR: a tool for performing spectral autofluorescence correction on biological images',
24
long_description=long_description,
25
- long_description_content_type='text/markdown'
+ long_description_content_type='text/markdown',
26
+ project_urls={
27
+ "Source Code": "https://github.com/goehringlab/saibr_python",
28
+ }
29
)
0 commit comments