From 68248e46a048670a51021b4f72d2b018b44aa2be Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Thu, 5 Jan 2017 01:25:31 +0100 Subject: [PATCH] Fix readme packaging Signed-off-by: Lars Kiesow --- MANIFEST.in | 2 +- python-feedgen.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index f27e442..c6c12dc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include license.bsd license.lgpl readme.md +include license.bsd license.lgpl readme.rst recursive-include docs *.html *.css *.png *.gif *.js diff --git a/python-feedgen.spec b/python-feedgen.spec index 4e83d42..2bdd7cd 100644 --- a/python-feedgen.spec +++ b/python-feedgen.spec @@ -45,7 +45,7 @@ Podcasts. %prep %setup -q -n %{srcname}-%{version} mkdir python2 -mv PKG-INFO docs feedgen license.bsd license.lgpl readme.md setup.py python2 +mv PKG-INFO docs feedgen license.bsd license.lgpl readme.rst setup.py python2 cp -r python2 python3 # ensure the right python version is used