summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel G. Taylor <danielgtaylor@gmail.com>2013-11-14 10:39:57 -0800
committerDaniel G. Taylor <danielgtaylor@gmail.com>2013-11-14 10:39:57 -0800
commit671edf05e934f795b89bf1f894bf8380e1bb32f0 (patch)
tree5cb32dfad8942240c6868b8fa5a06609337c8fc0 /setup.py
parent15faa3d55b1de3449419175da74f81d28c8e254d (diff)
parent319fb505047f36f8fd47b3e167a18d76f1ba0475 (diff)
downloadboto-2.17.0.tar.gz
Merge branch 'release-2.17.0'2.17.0
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 50e12f62..16cbd814 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,7 @@ setup(name = "boto",
"boto.swf", "boto.mws", "boto.cloudsearch", "boto.glacier",
"boto.beanstalk", "boto.datapipeline", "boto.elasticache",
"boto.elastictranscoder", "boto.opsworks", "boto.redshift",
- "boto.dynamodb2", "boto.support"],
+ "boto.dynamodb2", "boto.support", "boto.cloudtrail"],
package_data = {"boto.cacerts": ["cacerts.txt"]},
license = "MIT",
platforms = "Posix; MacOS X; Windows",