From: Itamar Turner-Trauring 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/simplejson/encoder.py.html?a=commitdiff_plain;h=1a5f9f26079a073225aad670c74f4aa934a389d0;p=tahoe-lafs%2Ftahoe-lafs.git Add Google and Azure backends to setup.py. --- diff --git a/setup.py b/setup.py index 6f6ca3b8..d77a694c 100644 --- a/setup.py +++ b/setup.py @@ -443,6 +443,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',