From: Itamar Turner-Trauring <itamar@blake.(none)>
Date: Fri, 19 Apr 2013 19:16:15 +0000 (-0400)
Subject: Add Google and Azure backends to setup.py.
X-Git-Url: https://git.rkrishnan.org/vdrive/%22news.html/%22doc.html/(%5B%5E?a=commitdiff_plain;h=07c6b439c59b4b401fb21f92136d0fc169c138a7;p=tahoe-lafs%2Ftahoe-lafs.git

Add Google and Azure backends to setup.py.
---

diff --git a/setup.py b/setup.py
index 51d4abc0..80ac2a92 100644
--- a/setup.py
+++ b/setup.py
@@ -459,6 +459,8 @@ setup(name=APPNAME,
                 'allmydata.storage.backends.cloud',
                 'allmydata.storage.backends.cloud.s3',
                 'allmydata.storage.backends.cloud.openstack',
+                'allmydata.storage.backends.cloud.googlestorage',
+                'allmydata.storage.backends.cloud.msazure',
                 'allmydata.storage.backends.disk',
                 'allmydata.storage.backends.null',
                 'allmydata.test',