summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRomain Soufflet <romain@soufflet.io>2015-03-18 16:55:17 +0100
committerRomain Soufflet <romain@soufflet.io>2015-03-18 16:55:17 +0100
commit3d52e84bb2a9881811580f76b6b4b0b215e4a9b4 (patch)
treef02a91b4a4d24d7a375d714d1f296b1768fafa36 /setup.cfg
parenta0997c70e8f988eca678b9da7d0365046a296223 (diff)
downloadceilometermiddleware-3d52e84bb2a9881811580f76b6b4b0b215e4a9b4.tar.gz
Add *paste.filter_factory* entry point
Ceilometermiddleware users don’t need to be exposed to the implementation details of the middleware. With the entry point they can use the common syntax to load the middleware : [filter:ceilometermiddleware] use = egg:ceilometermiddleware#swift You can learn more about it there : http://pythonpaste.org/deploy/#introduction Change-Id: I2574f8b3fe9f6eeb447f22a6e6a001c8d8e7cbb6
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index abcf0dc..6d99d4a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,6 +24,10 @@ classifier =
packages =
ceilometermiddleware
+[entry_points]
+paste.filter_factory =
+ swift = ceilometermiddleware.swift:filter_factory
+
[build_sphinx]
source-dir = doc/source
build-dir = doc/build