From: Christian Herdtweck Date: Fri, 15 Jan 2016 14:02:08 +0000 (+0100) Subject: updated README X-Git-Tag: v1.2~48 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=ef287bfabbe0d8dfb06062d5db070152dbc2d65e;p=pyi2ncommon updated README --- 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