Skip to content

Commit

Permalink
Adding beanstalk to setup.py and docs index.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed Sep 20, 2012
1 parent 9eb7863 commit 6c3cdec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Currently Supported Services
* **Deployment and Management**

* CloudFormation -- (:doc:`API Reference <ref/cloudformation>`)
* Elastic Beanstalk -- (:doc:`API Reference <ref/beanstalk>`)

* **Identity & Access**

Expand Down Expand Up @@ -134,4 +135,3 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"boto.fps", "boto.emr", "boto.emr", "boto.sns",
"boto.ecs", "boto.iam", "boto.route53", "boto.ses",
"boto.cloudformation", "boto.sts", "boto.dynamodb",
"boto.swf", "boto.mws", "boto.cloudsearch", "boto.glacier"],
"boto.swf", "boto.mws", "boto.cloudsearch", "boto.glacier",
"boto.beanstalk"],
package_data = {"boto.cacerts": ["cacerts.txt"]},
license = "MIT",
platforms = "Posix; MacOS X; Windows",
Expand Down

0 comments on commit 6c3cdec

Please sign in to comment.