graphene-django/MANIFEST.in
sierreis 367c077a49 Add static files to MANIFEST.in
At the moment, static files are not included in the package data
when installing using setuptools. This is necessary for the
GraphiQL view.
2019-03-25 12:45:43 -04:00

4 lines
115 B
Plaintext

include README.md LICENSE
recursive-include graphene_django/templates *
recursive-include graphene_django/static *