Include fonts in MANIFEST for offline mode

The static fonts were all missing when installed via pip and running in
OFFLINE_MODE. Update pip manifest to grab the fonts, too.
This commit is contained in:
Jason Burks
2014-12-17 14:26:28 -05:00
parent 95be8dbb9b
commit f02583b38a

View File

@@ -1,5 +1,5 @@
include README.rst include README.rst
include CHANGELOG.rst include CHANGELOG.rst
include LICENSE include LICENSE
recursive-include puppetboard/static *.css *.js recursive-include puppetboard/static *.css *.js *icons.* Open_Sans.woff
recursive-include puppetboard/templates *.html recursive-include puppetboard/templates *.html