Skip to content

Commit 1675825

Browse files
committed
Update run-stardist v0.0.3 to -c qin-yu with MIT License
1 parent bdd6204 commit 1675825

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

stardist/conda-recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: 'run-stardist'
3-
version: '0.0.2'
3+
version: '0.0.3'
44

55
source:
66
path: ..
@@ -25,6 +25,6 @@ requirements:
2525
- pydantic<2 # v2 not compatible at all
2626

2727
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.3"

stardist/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
version=__version__, # pylint: disable=undefined-variable
88
author='Qin Yu',
99
author_email='qin.yu@embl.de',
10-
license='bsd-3-clause',
10+
license='MIT',
1111
description='Train and use StarDist models',
12-
url='https://github.com/qin-yu/ovules-instance-segmentation',
12+
url='https://github.com/kreshuklab/go-nuclear',
1313
packages=find_packages(),
1414
entry_points={
1515
'console_scripts': [

0 commit comments

Comments
 (0)