From d5ec95fff8cb85ea5a08e8ce371871d73286c5e5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 28 May 2020 15:45:01 -0400 Subject: [PATCH] setup.py: add graphql bits --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6134ba3..8d1bcd7 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,9 @@ setup( 'templates/*.html', 'static/*', 'static/icons/*', - 'hooks/*' + 'hooks/*', + 'schema.graphqls', + 'default_query.graphql', ] }, scripts = [