summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 36af7228..04030f42 100644
--- a/setup.py
+++ b/setup.py
@@ -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',