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 8062d77 commit a4d223fCopy full SHA for a4d223f
bioimageio/spec/shared/__init__.py
@@ -21,6 +21,7 @@
21
from ._update_nested import update_nested
22
from .common import get_args, yaml # noqa
23
24
+# license file copied from https: //github.com/spdx/license-list-data/blob/v3.20/json/licenses.json
25
_license_file = Path(__file__).parent.parent / "static" / "licenses.json"
26
_license_data = json.loads(_license_file.read_text(encoding="utf-8"))
27
0 commit comments