add templates from modules to MANIFEST.in so that they get included in the distribution

Esse commit está contido em:
Stephane Martin 2016-09-07 11:03:19 +02:00
commit 046dd88269
1 arquivos alterados com 4 adições e 1 exclusões

Ver arquivo

@ -4,4 +4,7 @@ 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/templates *
recursive-include realms/modules/auth/templates *
recursive-include realms/modules/search/templates *
recursive-include realms/modules/wiki/templates *