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 3ddd595..8081158 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -84,6 +84,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"
