aboutsummaryrefslogtreecommitdiff
path: root/python/cppy/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/cppy/README')
-rw-r--r--python/cppy/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/cppy/README b/python/cppy/README
index f36f1b7715922..0e23cc9ed694c 100644
--- a/python/cppy/README
+++ b/python/cppy/README
@@ -2,3 +2,6 @@ cppy is a small C++ header library which makes it easier to write Python
extension modules. The primary feature is a PyObject smart pointer which
automatically handles reference counting and provides convenience
methods for performing common object operations.
+
+cppy 1.2.0 is the last possible version for Slackware 15.0. Newer
+versions require a newer python-setuptools.