aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/README
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-09-14 12:36:29 +0000
committerJustus Winter <[email protected]>2016-09-14 12:36:29 +0000
commit594c3b8b052e60b6be77ed532fe46549133a9726 (patch)
treec52b21b8017f92177f52578ddddb0886f1bf6add /lang/python/README
parentpython: Trim imports. (diff)
downloadgpgme-594c3b8b052e60b6be77ed532fe46549133a9726.tar.gz
gpgme-594c3b8b052e60b6be77ed532fe46549133a9726.zip
python: Clarify that we support Python 2.7 too.
* lang/python/README: Use 'Python' instead of 'Python 3'. * lang/python/pyme/version.py.in: Likewise. * lang/python/setup.py.in: Add classifier for 2.7, drop 3 only. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/README')
-rw-r--r--lang/python/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/README b/lang/python/README
index 7ce8894b..08e98638 100644
--- a/lang/python/README
+++ b/lang/python/README
@@ -6,7 +6,7 @@ https://www.gnupg.org/related_software/gpgme/
PyMe uses SWIG to create wrapper functions with automatic type
conversions. This way most of the functions and types are converted
-from C into Python 3 automatically by SWIG, reducing the maintenance
+from C into Python automatically by SWIG, reducing the maintenance
cost of the binginds.
* Authors