From e34453b64c91d424f0cd6117c348be5b2f931e4d Mon Sep 17 00:00:00 2001 From: Mitch Garnaat Date: Wed, 1 Feb 2012 07:36:17 -0800 Subject: Fixing setup.py and MANIFEST to make a clean release with setup.py sdist and bumping version number to avoid confusion. --- setup.py | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index eec11217..e6ceddc7 100644 --- a/setup.py +++ b/setup.py @@ -50,15 +50,22 @@ setup(name = "boto", "bin/list_instances", "bin/taskadmin", "bin/kill_instance", "bin/bundle_image", "bin/pyami_sendmail", "bin/lss3", "bin/cq", "bin/route53", "bin/s3multiput", "bin/cwutil", - "bin/instance_events"], + "bin/instance_events", "bin/asadmin"], 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", "boto.sdb", "boto.cacerts", - "boto.sdb.db", "boto.sdb.db.manager", "boto.mturk", - "boto.pyami", "boto.mashups", "boto.contrib", "boto.manage", - "boto.services", "boto.cloudfront", "boto.roboto", - "boto.rds", "boto.vpc", "boto.fps", "boto.emr", "boto.sns", + "boto.sdb.db", "boto.sdb.db.manager", + "boto.mturk", "boto.mturk.test", "boto.pyami", + "boto.pyami.installers", "boto.pyami.installers.ubuntu", + "boto.mashups", "boto.contrib", "boto.manage", + "tests", "tests.autoscale", "tests.cloudfront", + "tests.devpay", "tests.db", "tests.dynamodb", + "tests.ec2", "tests.ec2.cloudwatch", "tests.ec2.elb", + "tests.s3", "tests.sdb", "tests.sqs", "tests.sts", + "tests.utils", "boto.services", "boto.cloudfront", + "boto.roboto", "boto.rds", "boto.vpc", "boto.fps", + "boto.fps.test", "boto.emr", "boto.emr.tests", "boto.sns", "boto.ecs", "boto.iam", "boto.route53", "boto.ses", "boto.cloudformation", "boto.sts", "boto.dynamodb"], package_data = {"boto.cacerts": ["cacerts.txt"]}, -- cgit v1.2.1