diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -56,9 +56,11 @@ setup(name = "boto", 'boto.ec2.elb', 'boto.sdb', 'boto.sdb.persist', 'boto.sdb.db', 'boto.sdb.db.manager', 'boto.mturk', 'boto.pyami', 'boto.mashups', 'boto.contrib', 'boto.manage', - 'boto.services', 'boto.tests', 'boto.cloudfront', + 'boto.services', 'boto.cloudfront', 'boto.rds', 'boto.vpc', 'boto.fps', 'boto.emr', 'boto.sns', - 'boto.ecs', 'boto.iam', 'boto.route53', 'boto.ses'], + 'boto.ecs', 'boto.iam', 'boto.route53', 'boto.ses', + 'tests', 'tests.devpay', 'tests.ec2', 'tests.sdb', + 'tests.sqs', 'tests.s3'], license = 'MIT', platforms = 'Posix; MacOS X; Windows', classifiers = [ 'Development Status :: 5 - Production/Stable', |