diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-27 14:06:21 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-27 14:06:21 -0500 |
commit | ad6655c4528887239bd27bb665617020c3f48525 (patch) | |
tree | f4a68088c8458d215feacd13d7351b2a481aefe9 /setup.py | |
parent | aa631844d9fe4184cda20f1681d5195d1414d540 (diff) | |
download | vyos-cloud-init-ad6655c4528887239bd27bb665617020c3f48525.tar.gz vyos-cloud-init-ad6655c4528887239bd27bb665617020c3f48525.zip |
do not install cloud-init-query, it isn't really functional
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ setup(name='cloud-init', scripts=['cloud-init.py', 'cloud-init-run-module.py', 'cloud-init-cfg.py', - 'cloud-init-query.py' ], data_files=[('/etc/cloud', glob('config/*.cfg')), ('/etc/cloud/templates', glob('templates/*')), |