Skip to content
Snippets Groups Projects
Commit 4f120d90 authored by MJB's avatar MJB
Browse files

added json and conf files to test package for streaming test

parent fd54451e
No related branches found
No related tags found
No related merge requests found
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
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment