Fix readme packaging
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
parent
0b06987ccd
commit
68248e46a0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
recursive-include docs *.html *.css *.png *.gif *.js
|
||||||
|
|
|
@ -45,7 +45,7 @@ Podcasts.
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{srcname}-%{version}
|
%setup -q -n %{srcname}-%{version}
|
||||||
mkdir python2
|
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
|
cp -r python2 python3
|
||||||
|
|
||||||
# ensure the right python version is used
|
# ensure the right python version is used
|
||||||
|
|
Loading…
Reference in a new issue