Skip to content

Commit

Permalink
Adding autoscale, cloudwatch, and elb to packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch.Garnaat authored and Mitch.Garnaat committed Jun 25, 2009
1 parent 2fcc601 commit e85ede4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -36,8 +36,9 @@
author_email = "mitch@garnaat.com",
scripts = ["bin/sdbadmin", "bin/s3put"],
url = "http://code.google.com/p/boto/",
packages = [ 'boto', 'boto.sqs', 'boto.s3', 'boto.ec2', 'boto.sdb',
'boto.sdb.persist', 'boto.sdb.db', 'boto.sdb.db.manager',
packages = [ 'boto', 'boto.sqs', 'boto.s3',
'boto.ec2', 'boto.ec2.cloudwatch', 'boto.ec2.autoscale', 'boto.ec2.elb',
'boto.sdb', 'boto.sdb.persist', 'boto.sdb.db', 'boto.sdb.db.manager',
'boto.mturk', 'boto.pyami', 'boto.mashups', 'boto.contrib',
'boto.services', 'boto.tests', 'boto.cloudfront'],
license = 'MIT',
Expand Down

0 comments on commit e85ede4

Please sign in to comment.