Browse Source
Fix readme packaging
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
bandit
Lars Kiesow
6 years ago
No known key found for this signature in database
GPG Key ID: 5DAFE8D9C823CE73
2 changed files with
2 additions and
2 deletions
-
MANIFEST.in
-
python-feedgen.spec
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|