Skip to content

Commit

Permalink
Add boto.support to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed May 1, 2013
1 parent a9e834a commit 9ac196e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -74,7 +74,7 @@ def readme():
"boto.swf", "boto.mws", "boto.cloudsearch", "boto.glacier",
"boto.beanstalk", "boto.datapipeline", "boto.elasticache",
"boto.elastictranscoder", "boto.opsworks", "boto.redshift",
"boto.dynamodb2"],
"boto.dynamodb2", "boto.support"],
package_data = {"boto.cacerts": ["cacerts.txt"]},
license = "MIT",
platforms = "Posix; MacOS X; Windows",
Expand Down

0 comments on commit 9ac196e

Please sign in to comment.