Skip to content

Commit 9c73206

Browse files
Merge pull request #112 from bioimage-io/rename-repo
reflect rename of repo from python-bioimage-io to core-bioimage-io-python
2 parents f4ce58c + 3033217 commit 9c73206

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# python-bioimage-io core
1+
# core-bioimage-io-python
22

33
Python specific core utilities for working with the BioimageIO model zoo.
44

@@ -57,7 +57,7 @@ Run prediction:
5757
bioimageio predict -m <MODEL> -i <INPUT> -o <OUTPUT>
5858
```
5959

60-
This is subject to change, see https://github.com/bioimage-io/python-bioimage-io/issues/87.
60+
This is subject to change, see https://github.com/bioimage-io/core-bioimage-io-python/issues/87.
6161

6262

6363
## Running network predictions:

conda-recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% set setup_py_data = load_setup_py_data() %}
22

33
package:
4-
name: python-bioimage-io
4+
name: core-bioimage-io
55
version: {{ setup_py_data['version'] }}
66

77
source:
@@ -48,11 +48,11 @@ test:
4848

4949

5050
about:
51-
home: https://github.com/bioimage-io/python-bioimage-io
51+
home: https://github.com/bioimage-io/core-bioimage-io-python
5252
license: MIT
5353
license_family: MIT
5454
license_file: LICENSE
5555
summary: 'Tools for running BioimageIO compliant neural networks in Python.'
5656

57-
doc_url: https://github.com/bioimage-io/python-bioimage-io
58-
dev_url: https://github.com/bioimage-io/python-bioimage-io
57+
doc_url: https://github.com/bioimage-io/core-bioimage-io-python
58+
dev_url: https://github.com/bioimage-io/core-bioimage-io-python

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
description="Python functionality for the bioimage model zoo",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
19-
url="https://github.com/bioimage-io/python-bioimage-io",
19+
url="https://github.com/bioimage-io/core-bioimage-io-python",
2020
author="Bioimage Team",
2121
classifiers=[ # Optional
2222
"Development Status :: 3 - Alpha",
@@ -35,8 +35,8 @@
3535
"onnx": ["onnxruntime"],
3636
},
3737
project_urls={ # Optional
38-
"Bug Reports": "https://github.com/bioimage-io/python-bioimage-io/issues",
39-
"Source": "https://github.com/bioimage-io/python-bioimage-io",
38+
"Bug Reports": "https://github.com/bioimage-io/core-bioimage-io-python/issues",
39+
"Source": "https://github.com/bioimage-io/core-bioimage-io-python",
4040
},
4141
entry_points={"console_scripts": ["bioimageio = bioimageio.core.__main__:app"]},
4242
)

0 commit comments

Comments
 (0)