From: David-Sarah Hopwood Date: Tue, 5 Feb 2013 19:58:32 +0000 (+0000) Subject: setup.py: add allmydata.storage.backends.cloud.openstack module. X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=0e80528cc1beb9b948730e5c8d57e71b591088fe;p=tahoe-lafs%2Ftahoe-lafs.git setup.py: add allmydata.storage.backends.cloud.openstack module. Signed-off-by: David-Sarah Hopwood --- diff --git a/setup.py b/setup.py index b203bd11..4e59ca51 100644 --- a/setup.py +++ b/setup.py @@ -442,6 +442,7 @@ setup(name=APPNAME, 'allmydata.storage.backends', 'allmydata.storage.backends.cloud', 'allmydata.storage.backends.cloud.s3', + 'allmydata.storage.backends.cloud.openstack', 'allmydata.storage.backends.disk', 'allmydata.storage.backends.null', 'allmydata.test',