---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 773bbe8..591136d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,7 +43,7 @@ script-files = [
"runner-shell",
]
[tool.setuptools.package-data]
-"buildsrht" = ['default_query.graphql']
+"buildsrht" = ['default_query.graphql', 'schema.graphqls']
"buildsrht.static" = ['*']
"buildsrht.static.icons" = ['*']
"buildsrht.templates" = ['*.html']
--
2.46.0