From 30be9fa2aa25b7ebf497babd6c629791d9f50e34 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Fri, 19 Apr 2013 15:16:15 -0400 Subject: [PATCH] Add Google and Azure backends to setup.py. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 4e59ca51..e5b81b29 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', -- 2.45.2