added README
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 14 Jan 2016 17:08:35 +0000 (18:08 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 14 Jan 2016 17:08:35 +0000 (18:08 +0100)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..806b466
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+Created for usage with python distutils
+
+To create a source distribution, run
+  python setup.py sdist
+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
+
+API documentation: see doc/about_docu.rst