summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2010-03-02 14:54:57 -0500
committerScott Moser <smoser@ubuntu.com>2010-03-02 14:54:57 -0500
commit86ea121cedea00091add461219c902aa344fdc4f (patch)
treef7cbb5340bf6951ce2871f147fb134f945bafe1f
parent91e423a36928ee5ea52de0b6836d0c34cc20fdd2 (diff)
downloadvyos-cloud-init-86ea121cedea00091add461219c902aa344fdc4f.tar.gz
vyos-cloud-init-86ea121cedea00091add461219c902aa344fdc4f.zip
replace another 'EC2' string with 'cloud'
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 546b15f9..314fca67 100755
--- a/setup.py
+++ b/setup.py
@@ -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',