We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9befd commit c5502ceCopy full SHA for c5502ce
1 file changed
python/README
@@ -1,5 +1,5 @@
1
Python wrapper for libiptcdata
2
- - Ian Wienand <ianw@ieee.org>
+ - Ian Wienand <ian@wienand.org>
3
4
OVERVIEW
5
========
@@ -19,9 +19,14 @@ FILES
19
20
* pyiptcdatamod.c : module implementation
21
* pyiptcdata.c : iptcdata.Data object implementation
22
- * pyiptcdataset.c : iptcdata.DataSet object implementation
+ * pyiptcdataset.c : iptcdata.DataSet object implementation
23
* examples/*.py : some example/test programs using the library
24
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
+
30
NOTES
31
=====
32
0 commit comments