summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorgarnaat <mitch@garnaat.com>2011-02-28 12:28:31 -0500
committergarnaat <mitch@garnaat.com>2011-02-28 12:28:31 -0500
commit9cb46545e5d19f7acc022c164acce7b8c7aefb04 (patch)
tree4e605a639f31834dc8207ff21af316f43cbcdd51 /setup.py
parentff7245cca382169b3b309820c6c0128fc5deca78 (diff)
downloadboto-9cb46545e5d19f7acc022c164acce7b8c7aefb04.tar.gz
Updating setup.py to include the new test locations.
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',