File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : ' run-stardist'
3
- version : ' 0.0.2 '
3
+ version : ' 0.0.3 '
4
4
5
5
source :
6
6
path : ..
@@ -25,6 +25,6 @@ requirements:
25
25
- pydantic<2 # v2 not compatible at all
26
26
27
27
about :
28
- home : https://github.com/qin-yu/ovules-instance-segmentation/
29
- license : BSD
30
- license_family : BSD
28
+ home : https://github.com/kreshuklab/go-nuclear
29
+ license : MIT
30
+ license_family : MIT
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.2 "
1
+ __version__ = "0.0.3 "
Original file line number Diff line number Diff line change 7
7
version = __version__ , # pylint: disable=undefined-variable
8
8
author = 'Qin Yu' ,
9
9
author_email = 'qin.yu@embl.de' ,
10
- license = 'bsd-3-clause ' ,
10
+ license = 'MIT ' ,
11
11
description = 'Train and use StarDist models' ,
12
- url = 'https://github.com/qin-yu/ovules-instance-segmentation ' ,
12
+ url = 'https://github.com/kreshuklab/go-nuclear ' ,
13
13
packages = find_packages (),
14
14
entry_points = {
15
15
'console_scripts' : [
You can’t perform that action at this time.
0 commit comments