diff --git a/ckanext/odsh/profiles/__init__.py b/ckanext/odsh/profiles/__init__.py
index f87530b7c8b2c3d7eb8dc717ef414fad44ba1a55..97866f2c45e7082d5a10821327b0507e90eb2091 100644
--- a/ckanext/odsh/profiles/__init__.py
+++ b/ckanext/odsh/profiles/__init__.py
@@ -1,2 +1 @@
 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 56287f08b92df2409200a83f764ab61a294c50df..6a60a5112fb1134b4d6b28b47b44b2c4ed6cebcc 100755
--- a/setup.py
+++ b/setup.py
@@ -96,7 +96,6 @@ setup(
         ckan = ckan.lib.extract:extract_ckan
 
         [ckan.rdf.profiles]
-        odsheuro_dcat_ap=ckanext.odsh.profiles:ODSHEuropeanDCATAPProfile
         odshdcatap_de=ckanext.odsh.profiles:ODSHDCATdeProfile
     ''',