diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-03-02 14:54:57 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-03-02 14:54:57 -0500 |
commit | 86ea121cedea00091add461219c902aa344fdc4f (patch) | |
tree | f7cbb5340bf6951ce2871f147fb134f945bafe1f | |
parent | 91e423a36928ee5ea52de0b6836d0c34cc20fdd2 (diff) | |
download | vyos-cloud-init-86ea121cedea00091add461219c902aa344fdc4f.tar.gz vyos-cloud-init-86ea121cedea00091add461219c902aa344fdc4f.zip |
replace another 'EC2' string with 'cloud'
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ from glob import glob import os.path import subprocess -setup(name='EC2-init', +setup(name='cloud-init', version='0.5.5', description='EC2 initialisation magic', author='Scott Moser', |