1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Ole Streicher <olebole@debian.org>
Date: Sun, 8 Oct 2023 20:07:26 +0200
Subject: Add json schema files
Closes: #1052813
---
pyproject.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pyproject.toml b/pyproject.toml
index 8aeeb63..b2c3283 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -80,6 +80,7 @@ exclude = ['asdf/_jsonschema/json/*']
'asdf.commands.tests.data' = ["*"]
'asdf.tags.core.tests.data' = ["*"]
'asdf.tests.data' = ["*"]
+'asdf._jsonschema.schemas' = ["*", "*/*/*"]
[tool.setuptools_scm]
version_file = "asdf/_version.py"
|