summaryrefslogtreecommitdiff
path: root/development/zope.interface/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/zope.interface/README')
-rw-r--r--development/zope.interface/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/zope.interface/README b/development/zope.interface/README
new file mode 100644
index 0000000000..48af903300
--- /dev/null
+++ b/development/zope.interface/README
@@ -0,0 +1,10 @@
+zope.interface (Zope 3 Interface Infrastructure)
+
+Interfaces are a mechanism for labeling objects as conforming to a
+given API or contract.
+
+NOTE: Building zope.interface requires Python setuptools to be
+installed (available at SlackBuilds.org as "pysetuptools").
+No runtime dependencies beyond Python.
+
+Running the test suite requires zope.testing, but that is optional.