updated README
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 15 Jan 2016 14:02:08 +0000 (15:02 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 15 Jan 2016 14:02:08 +0000 (15:02 +0100)
README

diff --git a/README b/README
index 806b466..58ae1a0 100644 (file)
--- 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