From: Christian Herdtweck Date: Tue, 2 Oct 2018 08:37:00 +0000 (+0200) Subject: Update README X-Git-Tag: v1.3~19^2 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=aa973aac51d532178a6b37a61418d35b9c5ec62d;p=pyi2ncommon Update README --- diff --git a/README b/README index b815c4c..dec3f2f 100644 --- a/README +++ b/README @@ -1,13 +1,14 @@ Library of common python code for Intra2net +License: GPLv2 + Linking Exception + Target: python3.3+ +To run unittests: ./run_unitests.sh + +API documentation: see doc/about_docu.rst + To create a source tar.gz and spec file, run ./make_dist.sh This uses python distutils with info in setup.py. The result will be in ./dist. - -To run unittests: - python -m unittest discover test - -API documentation: see doc/about_docu.rst