From: Christian Herdtweck Date: Thu, 14 Jan 2016 17:08:35 +0000 (+0100) Subject: added README X-Git-Tag: v1.2~51 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=c0465bcf1065be6c0b54f64bad1e091161e3db8a;p=pyi2ncommon added README --- diff --git a/README b/README new file mode 100644 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