~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to README

  • Committer: Olivier Tilloy
  • Date: 2011-10-22 19:00:59 UTC
  • mto: This revision was merged to the branch mainline in revision 368.
  • Revision ID: olivier.tilloy@canonical.com-20111022190059-edqymrecueffa5ge
Updated references to the latest supported version of Python in the documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
directory. This is the low-level binding. It is in turn used in a higher level
48
48
module, pyexiv2.
49
49
The install command installs the two modules in your site-specific directory for
50
 
Python modules (e.g. '/usr/lib/python2.6/dist-packages/' on Linux).
 
50
Python modules (e.g. '/usr/lib/python2.7/dist-packages/' on Linux).
51
51
 
52
52
To use pyexiv2 in your scripts, simply import the pyexiv2 module.
53
53
 
71
71
License
72
72
=======
73
73
 
74
 
Copyright (C) 2006-2010 Olivier Tilloy <olivier@tilloy.net>
 
74
Copyright (C) 2006-2011 Olivier Tilloy <olivier@tilloy.net>
75
75
 
76
76
pyexiv2 is free software; you can redistribute it and/or modify it under
77
77
the terms of the GNU General Public License as published by the Free