aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier.tilloy@canonical.com>2011-10-22 21:00:59 +0200
committerOlivier Tilloy <olivier.tilloy@canonical.com>2011-10-22 21:00:59 +0200
commitba45f8f5f386ea3331e995fa19d7d7f39f4bf28b (patch)
treef560c9ef007b81632ca9486e2ec62527facfd676 /README
parent55d80dbb90b78e1da13dbcf90e7e0228edb2eddb (diff)
downloadpyexiv2-ba45f8f5f386ea3331e995fa19d7d7f39f4bf28b.tar.gz
Updated references to the latest supported version of Python in the documentation.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 0e813a8..f813f17 100644
--- a/README
+++ b/README
@@ -47,7 +47,7 @@ The result of the build is a dynamic library, libexiv2python.so, in the build/
directory. This is the low-level binding. It is in turn used in a higher level
module, pyexiv2.
The install command installs the two modules in your site-specific directory for
-Python modules (e.g. '/usr/lib/python2.6/dist-packages/' on Linux).
+Python modules (e.g. '/usr/lib/python2.7/dist-packages/' on Linux).
To use pyexiv2 in your scripts, simply import the pyexiv2 module.
@@ -71,7 +71,7 @@ The generated documentation can be found in doc/_build/.
License
=======
-Copyright (C) 2006-2010 Olivier Tilloy <olivier@tilloy.net>
+Copyright (C) 2006-2011 Olivier Tilloy <olivier@tilloy.net>
pyexiv2 is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free