diff --git a/MANIFEST.in b/MANIFEST.in index 06a5dded..8a2a9e9b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ recursive-include fuel_health * -recursive-include fuel_plugin ostf_adapter bin \ No newline at end of file +recursive-include fuel_plugin * \ No newline at end of file diff --git a/setup.py b/setup.py index b0098abb..a17f9fba 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,8 @@ setuptools.setup( 'Topic :: System :: Testing', ], + include_package_data=True, + packages=setuptools.find_packages(), install_requires=fuel_health_reqs+fuel_ostf_reqs,