diff options
author | Daniel G. Taylor <danielgtaylor@gmail.com> | 2013-11-14 10:39:57 -0800 |
---|---|---|
committer | Daniel G. Taylor <danielgtaylor@gmail.com> | 2013-11-14 10:39:57 -0800 |
commit | 671edf05e934f795b89bf1f894bf8380e1bb32f0 (patch) | |
tree | 5cb32dfad8942240c6868b8fa5a06609337c8fc0 /setup.py | |
parent | 15faa3d55b1de3449419175da74f81d28c8e254d (diff) | |
parent | 319fb505047f36f8fd47b3e167a18d76f1ba0475 (diff) | |
download | boto-2.17.0.tar.gz |
Merge branch 'release-2.17.0'2.17.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |