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