Skip to content
Snippets Groups Projects
Commit 0ead1010 authored by Juraj Paluba's avatar Juraj Paluba
Browse files

Merge branch 'fix-setup.py' into 'master'

fix setup.py program_data

See merge request !3
parents 99365fb2 1488cf80
No related branches found
No related tags found
1 merge request!3fix setup.py program_data
Pipeline #145928 passed
......@@ -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.*',
......
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