diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-01-28 16:03:15 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-01-28 16:03:15 -0500 |
commit | 124d9e1dfe34e5f71e45f49dac1b1435f4a51114 (patch) | |
tree | 4b28406f811a7a52947eeb0ea21b829dbfd7be4c /setup.py | |
parent | f8eb4061196c8c2489ac7bf084e0fc0d3e6d27fc (diff) | |
download | vyos-cloud-init-124d9e1dfe34e5f71e45f49dac1b1435f4a51114.tar.gz vyos-cloud-init-124d9e1dfe34e5f71e45f49dac1b1435f4a51114.zip |
add examples and userdata.txt to doc
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,5 +38,7 @@ setup(name='EC2-init', ('/etc/ec2-init/templates', glob('templates/*')), ('/etc/init', glob('upstart/*.conf')), ('/usr/share/ec2-init', []), + ('/usr/share/doc/ec2-init', glob('doc/*.txt')), + ('/usr/share/doc/ec2-init/examples', glob('doc/examples/*')), ], ) |