Skip to content

Commit

Permalink
Adding boto.opsworks to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed Mar 8, 2013
1 parent 8e2206f commit ca3ad11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def readme():
"boto.cloudformation", "boto.sts", "boto.dynamodb",
"boto.swf", "boto.mws", "boto.cloudsearch", "boto.glacier",
"boto.beanstalk", "boto.datapipeline", "boto.elasticache",
"boto.elastictranscoder"],
"boto.elastictranscoder", "boto.opsworks"],
package_data = {"boto.cacerts": ["cacerts.txt"]},
license = "MIT",
platforms = "Posix; MacOS X; Windows",
Expand Down

0 comments on commit ca3ad11

Please sign in to comment.