From bd80b07b9baf011455445ce400154905d6ac823c Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Wed, 16 Aug 2017 10:27:06 +0200 Subject: [PATCH] added info for building with bdist_rpms include documentation and provide "python-ringo-tag" in rpms --- MANIFEST.in | 2 ++ setup.cfg | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index d16ffbd..7824073 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ recursive-include ringo_tag/locale *.po *.pot recursive-include ringo_tag *.json *.xml +include LICENSE.txt README.rst + diff --git a/setup.cfg b/setup.cfg index db4af16..5b78232 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,3 +21,7 @@ domain = ringo_tag input_file = ringo_tag/locale/ringo_tag.pot output_dir = ringo_tag/locale previous = true + +[bdist_rpm] +doc_files = LICENSE.txt README.rst +provides = python-ringo-tag