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

This commit is contained in:
Stephane Martin 2016-09-07 11:03:19 +02:00
부모 c6db7909b8
커밋 046dd88269
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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 *