| Index: third_party/boto/setup.py
|
| ===================================================================
|
| --- third_party/boto/setup.py (revision 33376)
|
| +++ third_party/boto/setup.py (working copy)
|
| @@ -75,8 +75,12 @@
|
| "boto.beanstalk", "boto.datapipeline", "boto.elasticache",
|
| "boto.elastictranscoder", "boto.opsworks", "boto.redshift",
|
| "boto.dynamodb2", "boto.support", "boto.cloudtrail",
|
| - "boto.directconnect", "boto.kinesis"],
|
| - package_data = {"boto.cacerts": ["cacerts.txt"]},
|
| + "boto.directconnect", "boto.kinesis", "boto.rds2",
|
| + "boto.cloudsearch2"],
|
| + package_data = {
|
| + "boto.cacerts": ["cacerts.txt"],
|
| + "boto": ["endpoints.json"],
|
| + },
|
| license = "MIT",
|
| platforms = "Posix; MacOS X; Windows",
|
| classifiers = ["Development Status :: 5 - Production/Stable",
|
|
|