diff --git a/ckanext/odsh/profiles/__init__.py b/ckanext/odsh/profiles/__init__.py index 97866f2c45e7082d5a10821327b0507e90eb2091..f87530b7c8b2c3d7eb8dc717ef414fad44ba1a55 100644 --- a/ckanext/odsh/profiles/__init__.py +++ b/ckanext/odsh/profiles/__init__.py @@ -1 +1,2 @@ from odsh_dcat_de_profile import ODSHDCATdeProfile +from odsh_european_dcatap_profile import ODSHEuropeanDCATAPProfile \ No newline at end of file diff --git a/setup.py b/setup.py index 6a60a5112fb1134b4d6b28b47b44b2c4ed6cebcc..56287f08b92df2409200a83f764ab61a294c50df 100755 --- a/setup.py +++ b/setup.py @@ -96,6 +96,7 @@ setup( ckan = ckan.lib.extract:extract_ckan [ckan.rdf.profiles] + odsheuro_dcat_ap=ckanext.odsh.profiles:ODSHEuropeanDCATAPProfile odshdcatap_de=ckanext.odsh.profiles:ODSHDCATdeProfile ''',