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 a3a700e commit 0d6e120Copy full SHA for 0d6e120
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "bioimageio.core"
3
-description = "Parser and validator library for bioimage.io specifications"
+description = "Python specific core utilities for bioimage.io resources (in particular DL models)."
4
authors = [{ name = "Fynn Beuttenmüller", email = "[email protected]" }]
5
requires-python = ">=3.9"
6
dynamic = ["version"]
@@ -78,7 +78,6 @@ include = ["bioimageio"]
78
[tool.setuptools.dynamic]
79
version = { attr = "bioimageio.core.__version__" }
80
81
-
82
[tool.black]
83
line-length = 88
84
extend-exclude = "/presentations/"
0 commit comments