From 1488cf80fec840d76bc46d31d681aa7ba4273616 Mon Sep 17 00:00:00 2001 From: Juraj Paluba <492988@mail.muni.cz> Date: Fri, 1 Apr 2022 12:52:25 +0200 Subject: [PATCH] fix setup.py program_data --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 47b3ccf..928c480 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( description='KYPO Terraform Client', long_description=read('README.md'), packages=find_namespace_packages(include=['kypo.*'], exclude=['tests']), + package_data={'kypo.terraform_driver': ['templates/*']}, install_requires=[ 'kypo-python-commons==0.1.*', 'kypo-openstack-lib==0.38.*', -- GitLab