ARIA-145 deploying CLI config file at installation
Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/f73c121a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/f73c121a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/f73c121a Branch: refs/heads/ARIA-140-version-utils Commit: f73c121a3d74c5fd08ec71de194b0646f5949e5e Parents: 1321d27 Author: Ran Ziv <[email protected]> Authored: Thu Apr 20 15:00:30 2017 +0300 Committer: Ran Ziv <[email protected]> Committed: Thu Apr 20 15:00:30 2017 +0300 ---------------------------------------------------------------------- setup.py | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/f73c121a/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index b64453a..c0ad75b 100644 --- a/setup.py +++ b/setup.py @@ -127,6 +127,9 @@ setup( include=['{0}*'.format(name) for name in _EXTENSION_NAMES]), package_dir=dict((name, '{0}/{1}'.format(_EXTENSION_DIR, name)) for name in _EXTENSION_NAMES), package_data={ + 'aria': [ + 'cli/config/config_template.yaml' + ], 'aria_extension_tosca': [ 'profiles/tosca-simple-1.0/**', 'profiles/tosca-simple-nfv-1.0/**',
