summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHarry Marr <harry.marr@gmail.com>2011-01-28 12:23:40 +0000
committerMitch Garnaat <mitch@cloudright.com>2011-02-02 16:24:18 -0500
commitf0e19a496a50d3d8563ff04dbf2c60d2241d1fca (patch)
tree1b8008c7ee5ba43f45f04fa0e42d7ab3bc8fbcd9 /setup.py
parentc62d5113bd5e285627068a7e45dbe8dd060e4a75 (diff)
downloadboto-f0e19a496a50d3d8563ff04dbf2c60d2241d1fca.tar.gz
Added SES package to setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 33e2c696..36af7228 100644
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ setup(name = "boto",
'boto.pyami', 'boto.mashups', 'boto.contrib', 'boto.manage',
'boto.services', 'boto.tests', 'boto.cloudfront',
'boto.rds', 'boto.vpc', 'boto.fps', 'boto.emr', 'boto.sns',
- 'boto.ecs', 'boto.iam', 'boto.route53'],
+ 'boto.ecs', 'boto.iam', 'boto.route53', 'boto.ses'],
license = 'MIT',
platforms = 'Posix; MacOS X; Windows',
classifiers = [ 'Development Status :: 5 - Production/Stable',