aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 75e9bf9..1431d6f 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