summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Garnaat <mitch@cloudright.com>2010-08-24 15:36:04 -0400
committerMitch Garnaat <mitch@cloudright.com>2010-08-24 15:36:04 -0400
commit9cf89fdb4067efe246677e2298b3c00b65547c73 (patch)
treea224d0e24ddaf75322a4ad99a652c9c6084ee4a4
parentdb42938169f03a29640ac0004e556ba94d14b855 (diff)
parent27cf3fb5884da4b33a4aedf50a5c9641e2fa5f2b (diff)
downloadboto-9cf89fdb4067efe246677e2298b3c00b65547c73.tar.gz
Merge branch 'master' of github.com:boto/boto
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index da27817c..fd691389 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ setup(name = "boto",
scripts = ["bin/sdbadmin", "bin/elbadmin", "bin/cfadmin",
"bin/s3put", "bin/fetch_file", "bin/launch_instance",
"bin/list_instances", "bin/taskadmin", "bin/kill_instance",
- "bin/bundle_image", "bin/pyami_sendmail"],
+ "bin/bundle_image", "bin/pyami_sendmail", "bin/lss3"],
url = "http://code.google.com/p/boto/",
packages = [ 'boto', 'boto.sqs', 'boto.s3', 'boto.gs', 'boto.file',
'boto.ec2', 'boto.ec2.cloudwatch', 'boto.ec2.autoscale', 'boto.ec2.elb',