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

Bu işleme şunda yer alıyor:
Stephane Martin 2016-09-07 11:03:19 +02:00
ebeveyn c6db7909b8
işleme 046dd88269
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme

Dosyayı Görüntüle

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