From 4f120d90178fe2ff553244b2ee887b1c2c996bd5 Mon Sep 17 00:00:00 2001
From: MJB <mjb@it-innovation.soton.ac.uk>
Date: Wed, 28 Mar 2018 07:18:41 +0100
Subject: [PATCH] added json and conf files to test package for streaming test

---
 MANIFEST.in | 2 +-
 setup.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 921b54b..e35073b 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 ccd37c6..7f18cd7 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",
-- 
GitLab