setup.py: add graphql bits
1 files changed, 3 insertions(+), 1 deletions(-) M setup.py
M setup.py => setup.py +3 -1
@@ 38,7 38,9 @@ setup( 'templates/*.html', 'static/*', 'static/icons/*', - 'hooks/*' + 'hooks/*', + 'schema.graphqls', + 'default_query.graphql', ] }, scripts = [