From: Daira 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/frontends/wapi.txt?a=commitdiff_plain;h=6bc4ef12c258ae239c59f315525c98f425000111;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 456c7fa2..6f6ca3b8 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',