Fix typo in Group CnfVar builder
[pyi2ncommon] / README
1 Library of common python code for Intra2net
2
3 License: GPLv2 + Linking Exception
4
5 Target: python3.3+
6
7 To run unittests: ./run_unitests.sh
8
9 API documentation: see doc/about_docu.rst
10
11 To create a source tar.gz and spec file, run
12   ./make_dist.sh
13 That will try to build distributions for python 3.3 and 3.6 and will fail if
14 these are not installed on the build machine. To build for a different version
15 set, call
16   ./make_dist.sh VER1 VER2
17 make_dist uses python distutils with info in setup.py.
18 The result will be in ./dist.