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.
This commit is contained in:
sierreis 2019-03-25 12:45:43 -04:00
parent ea2cd9894f
commit 367c077a49

View File

@ -1,2 +1,3 @@
include README.md LICENSE
recursive-include graphene_django/templates *
recursive-include graphene_django/static *