diff --git a/MANIFEST.in b/MANIFEST.in
index 921b54b34ceb90615a2a295cb1fd2cb1f463c96c..e35073b81267d4310b40f6d473d9335ace576866 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
 include MANIFEST.in
-recursive-include clmctest *.yml *.sh git-commit-ref
\ No newline at end of file
+recursive-include clmctest *.yml *.sh *.json *.conf
\ No newline at end of file
diff --git a/setup.py b/setup.py
index ccd37c6c4910e0637f1fac037c72bd98cbb33891..7f18cd7528e77be3153107671db448b9d94cd72b 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ setup(
     keywords = "FLAME CLMC test",
     packages=find_packages(exclude=["services"]),
     include_package_data=True,
-    package_data={'': ['git-commit-ref', '*.yml', '*.sh']},        
+    package_data={'': ['git-commit-ref', '*.yml', '*.sh', '*.json', '*.conf']},        
     long_description="long description",
     classifiers=[
         "Development Status :: Alpha",