From aa973aac51d532178a6b37a61418d35b9c5ec62d Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Tue, 2 Oct 2018 10:37:00 +0200 Subject: [PATCH] Update README --- README | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) 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 -- 1.7.1