Update README
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 2 Oct 2018 08:37:00 +0000 (10:37 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 8 Oct 2018 07:29:02 +0000 (09:29 +0200)
README

diff --git a/README b/README
index b815c4c..dec3f2f 100644 (file)
--- 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