Skip to content
Snippets Groups Projects
  • Will Szumski's avatar
    84172bfb
    Support complete installation of Kayobe as a python package · 84172bfb
    Will Szumski authored
    This adds the ansible playbooks required by kayobe to the manifest by
    using the data_files option in setuptools. When using pip to install
    kayobe into a virtualenv, these files will be placed in
    <venv>/kayobe/share/.
    
    In an editable install, e.g using `pip install -e .`, data_files are not
    installed into the virtualenv. Instead, we must follow the egg-link file
    to find out the actual location.
    
    Story: 2004252
    Task: 27787
    Change-Id: Ibef040eceb547476007f83c0d5dcdb2bc6986d1e
    84172bfb
    History
    Support complete installation of Kayobe as a python package
    Will Szumski authored
    This adds the ansible playbooks required by kayobe to the manifest by
    using the data_files option in setuptools. When using pip to install
    kayobe into a virtualenv, these files will be placed in
    <venv>/kayobe/share/.
    
    In an editable install, e.g using `pip install -e .`, data_files are not
    installed into the virtualenv. Instead, we must follow the egg-link file
    to find out the actual location.
    
    Story: 2004252
    Task: 27787
    Change-Id: Ibef040eceb547476007f83c0d5dcdb2bc6986d1e