X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.py;h=55b89cc1c9f0c28354f135fc949cf28f5360dd2c;hb=1616f4d418695ab7db1d18293f0ac4ccb71b79e1;hp=38b8546bead8187c2d25bddaa2b53376354b9828;hpb=afea25c89a2d1ae1b1c7ca6641652c0adc0dba02;p=bottlenecks.git diff --git a/setup.py b/setup.py index 38b8546b..55b89cc1 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,9 @@ setup( packages=find_packages(), include_package_data=True, package_data={ + 'utils': [ + 'utils/infra_setup/heat/*.py' + ] }, url="https://www.opnfv.org", install_requires=["click"],