From c0465bcf1065be6c0b54f64bad1e091161e3db8a Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Thu, 14 Jan 2016 18:08:35 +0100 Subject: [PATCH] added README --- README | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 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 -- 1.7.1