summaryrefslogtreecommitdiffstats
path: root/libraries/zope.hookable/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/zope.hookable/README')
-rw-r--r--libraries/zope.hookable/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/zope.hookable/README b/libraries/zope.hookable/README
new file mode 100644
index 0000000000..37f53eab94
--- /dev/null
+++ b/libraries/zope.hookable/README
@@ -0,0 +1,7 @@
+zope.hookable (Hookable object support)
+
+Support the efficient creation of hookable objects, which are
+callable objects that are meant to be replaced by other callables,
+at least optionally.
+
+To build, this requires pysetuptools.