From ef287bfabbe0d8dfb06062d5db070152dbc2d65e Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 15 Jan 2016 15:02:08 +0100 Subject: [PATCH] updated README --- README | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README b/README index 806b466..58ae1a0 100644 --- a/README +++ b/README @@ -1,12 +1,11 @@ -Created for usage with python distutils +Library of common python code for Intra2net -To create a source distribution, run - python setup.py sdist -the result will be in dist/ +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 create an rpm, run - python setup.py bdist_rpm -the result will be in dist/ . However, this is not recommended yet -since quite a few files have no proper target location yet +To run unittests: + python -m unittest discover test API documentation: see doc/about_docu.rst -- 1.7.1