summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorgholt <z-launchpad@brim.net>2012-05-05 00:08:37 +0000
committergholt <z-launchpad@brim.net>2012-05-05 00:40:33 +0000
commit7dde9096211eb5a0c116bdd3e9371734e9a39ab5 (patch)
tree090e19894a660e04d7e64bef7c19900c878268cb /setup.py
parent5dcc9083a76baaddd318303a0541c560d97b33d4 (diff)
downloadswift-7dde9096211eb5a0c116bdd3e9371734e9a39ab5.tar.gz
Pulled StaticWeb out to separate project
StaticWeb is now at http://gholt.github.com/swift-staticweb/ For current users of StaticWeb, this will require installing the new package and changing the "use" line of the staticweb filter conf section to: use = egg:swiftstaticweb#middleware And then 'swift-init proxy reload'. Change-Id: Iab32adb5927698a667c5c6d6a572c44ca23414eb
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d195d34f6..66bf89d8d 100644
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,6 @@ setup(
'catch_errors=swift.common.middleware.catch_errors:filter_factory',
'domain_remap=swift.common.middleware.domain_remap:filter_factory',
'swift3=swift.common.middleware.swift3:filter_factory',
- 'staticweb=swift.common.middleware.staticweb:filter_factory',
'tempauth=swift.common.middleware.tempauth:filter_factory',
'recon=swift.common.middleware.recon:filter_factory',
'tempurl=swift.common.middleware.tempurl:filter_factory',