From 48dfccc7195ef746a65ee6fd48b29eced3ffa0a4 Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Wed, 13 Nov 2013 15:41:28 -0800 Subject: Add CloudTrail generated documentation for Sphinx, make sure CloudTrail gets installed with setup.py and a few minor fixes. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", -- cgit v1.2.1