diff --git a/MANIFEST.in b/MANIFEST.in
index a77d48f47ac3fe62ec053f6940e5a736ae660fc3..ce4d10e5747caceecaec4a2c911a24b0c67de1ec 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,3 @@
 include LICENSE README.rst develop.cfg
 recursive-include doc conf.py *.rst
-recursive-include bob/learn/em *.cpp *.h
-recursive-include bob/learn/em/data *.*
+recursive-include src/bob/learn/em/data *.*
diff --git a/conda/meta.yaml b/conda/meta.yaml
index 3ea50e46070408379a1afbf00df68d9bfd4a5f16..fba4a0b70a4a4a4eb37d51790dc1b879ec42b4ab 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -43,7 +43,7 @@ requirements:
 
 test:
   imports:
-    - {{ name }}
+    - {{ name.replace('-','_') }}
   commands:
     # runs tests for package only, report only what is in the package
     # creates xml tests report and place it in a specific directory
@@ -53,6 +53,6 @@ test:
 
 about:
   home: {{ data['project']['urls']['homepage'] }}
-  license: {{ data['project']['description'] }}
-  summary: {{ data['project']['license']['text'] }}
+  summary: {{ data['project']['description'] }}
+  license: {{ data['project']['license']['text'] }}
   license_family: BSD