diff --git a/setup.py b/setup.py index a8f8297e035..74187be3b0c 100644 --- a/setup.py +++ b/setup.py @@ -45,8 +45,13 @@ }), ('public/**', 'ignore', None), ], - 'ckanext/stats/templates': [ + 'ckanext': [ + ('**.py', 'python', None), ('**.html', 'genshi', None), + ('multilingual/solr/*.txt', 'ignore', None), + ('**.txt', 'genshi', { + 'template_class': 'genshi.template:TextTemplate' + }), ]}, entry_points=""" [nose.plugins.0.10]