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/vdrive/frontends/module-simplejson.encoder.html?a=commitdiff_plain;h=809a68d418656835c90fc193f349c89419faff7f;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',