fix ostf setup and manifest.in

This commit is contained in:
Dmitry Shulyak 2013-09-27 11:06:50 +03:00
parent 0ea95cf1e0
commit 4c96412282
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
recursive-include fuel_health *
recursive-include fuel_plugin ostf_adapter bin
recursive-include fuel_plugin *

View File

@ -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,