Skip to content
Snippets Groups Projects
Commit 36e38e0c authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Extract messages from harvest_templates directory

parent 69785095
Branches
Tags
1 merge request!50Upgraded to CKAN 2.10
...@@ -15,7 +15,7 @@ setup( ...@@ -15,7 +15,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing # Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see # the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version # http://packaging.python.org/en/latest/tutorial.html#version
version='2.0.0', version='2.3.0',
description='''A general extension for CKAN that is used for the Open Data Schleswig-Holstein project''', description='''A general extension for CKAN that is used for the Open Data Schleswig-Holstein project''',
long_description=long_description, long_description=long_description,
...@@ -108,6 +108,7 @@ setup( ...@@ -108,6 +108,7 @@ setup(
('**.py', 'python', None), ('**.py', 'python', None),
('**.js', 'javascript', None), ('**.js', 'javascript', None),
('**/templates/**.html', 'ckan', None), ('**/templates/**.html', 'ckan', None),
('**/harvest_templates/**.html', 'ckan', None),
], ],
} }
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment