summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Moyer <kopertop@MacPro.local>2010-08-23 14:13:14 -0400
committerChris Moyer <kopertop@MacPro.local>2010-08-23 14:13:14 -0400
commit27cf3fb5884da4b33a4aedf50a5c9641e2fa5f2b (patch)
treea689638e96c55eaafd44a5c5064563d5958a0fbc
parent91628f98c12cbfbafe72e2736599a5d79b03fd7d (diff)
downloadboto-27cf3fb5884da4b33a4aedf50a5c9641e2fa5f2b.tar.gz
Added lss3 to setup.py
-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',