We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6d8a1 commit c9ee975Copy full SHA for c9ee975
pyproject.toml
@@ -1,8 +1,10 @@
1
[tool.poetry]
2
-name = "biospec"
3
-version = "0.1.0"
+name = "bioimageio-spec"
+version = "0.5.0"
4
description = ""
5
-authors = ["Your Name <[email protected]>"]
+authors = ["Bioimage.IO Contributors"]
6
+packages = [{include = "spec", from="bioimageio"}]
7
+
8
9
[tool.poetry.dependencies]
10
python = "^3.8"
0 commit comments