Make sure module static files are included in distributions

Simplify MANIFEST.in greatly
This commit is contained in:
Chase Sterling 2016-09-10 18:31:19 -04:00
parent 8a5cfbb2d8
commit 2d356ffb90
1 changed files with 4 additions and 9 deletions

View File

@ -1,10 +1,5 @@
include requirements.txt LICENSE README.md
recursive-include realms/static/img *
recursive-include realms/static/fonts *
recursive-include realms/static/css *
recursive-include realms/static/js *
recursive-include realms/static/vendor *
recursive-include realms/templates *
recursive-include realms/modules/auth/templates *
recursive-include realms/modules/search/templates *
recursive-include realms/modules/wiki/templates *
graft realms/static
graft realms/templates
graft realms/modules/**/static
graft realms/modules/**/templates