Skip to content

Commit 367c077

Browse files
author
sierreis
committed
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.
1 parent ea2cd98 commit 367c077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include README.md LICENSE
22
recursive-include graphene_django/templates *
3+
recursive-include graphene_django/static *

0 commit comments

Comments
 (0)