-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