add distribution of txt templates

This commit is contained in:
Frédéric Péters 2013-05-10 14:17:54 +02:00
parent 5ebb324383
commit 66d0abc652
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
recursive-include compte_agglo_montpellier/static *.png *.gif *.css *.js *.jpg
recursive-include compte_agglo_montpellier/templates *.html
recursive-include compte_agglo_montpellier/templates *.html *.txt
recursive-include compte_agglo_montpellier/fixtures *.json
recursive-include compte_agglo_montpellier/apps/feed_plugin/templates *.html
recursive-include compte_agglo_montpellier/apps/feed_plugin/locale *.po *.mo

View File

@ -56,7 +56,8 @@ setup(name="compte-agglo-montpellier",
include_package_data=True,
package_data={
'': [
'templates/**.html',
'templates/**.html',
'templates/**.txt',
'static/**.png',
'static/**.gif',
'static/**.css',