Skip to content

Commit c5502ce

Browse files
committed
Update Python documentation
1 parent 5d9befd commit c5502ce

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

python/README

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Python wrapper for libiptcdata
2-
- Ian Wienand <ianw@ieee.org>
2+
- Ian Wienand <ian@wienand.org>
33

44
OVERVIEW
55
========
@@ -19,9 +19,14 @@ FILES
1919

2020
* pyiptcdatamod.c : module implementation
2121
* pyiptcdata.c : iptcdata.Data object implementation
22-
* pyiptcdataset.c : iptcdata.DataSet object implementation
22+
* pyiptcdataset.c : iptcdata.DataSet object implementation
2323
* examples/*.py : some example/test programs using the library
2424

25+
For simplicity, python3 has been forked and modified from the stable
26+
python2 sources. When building via automake, the top-level files will
27+
include the correct version. setup.py is included also for building
28+
via setuptools.
29+
2530
NOTES
2631
=====
2732

0 commit comments

Comments
 (0)