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

Этот коммит содержится в:
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 *