setup.py: add graphql bits

This commit is contained in:
Drew DeVault 2020-05-28 15:45:01 -04:00
parent 31d10df913
commit d5ec95fff8
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ setup(
'templates/*.html', 'templates/*.html',
'static/*', 'static/*',
'static/icons/*', 'static/icons/*',
'hooks/*' 'hooks/*',
'schema.graphqls',
'default_query.graphql',
] ]
}, },
scripts = [ scripts = [