]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup.py: add allmydata.storage.backends.cloud.openstack module.
authorDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Tue, 5 Feb 2013 19:58:32 +0000 (19:58 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 10 Jul 2015 04:24:46 +0000 (05:24 +0100)
Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
setup.py

index b203bd11433b1d84e1effb8cb4643ff77cea2a14..4e59ca51cacf13f31303cb6bc3685ea23b8bee8a 100644 (file)
--- 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',