summaryrefslogtreecommitdiffstats
path: root/python/boto/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/boto/README')
-rw-r--r--python/boto/README7
1 files changed, 6 insertions, 1 deletions
diff --git a/python/boto/README b/python/boto/README
index 4ef06af8b5..743272499a 100644
--- a/python/boto/README
+++ b/python/boto/README
@@ -1,3 +1,8 @@
Boto is a Python package that provides interfaces to Amazon Web Services.
-Boto requires filechunkio and distribute.
+The goal of boto is to support the full breadth and depth of Amazon Web
+Services. In addition, boto provides support for other public services such as
+Google Storage in addition to private cloud systems like Eucalyptus, OpenStack
+and Open Nebula.
+
+Boto requires filechunkio and pysetuptools/distribute.