From 15b4b1429361a6354937455d554655f93ba35f5c Mon Sep 17 00:00:00 2001 From: Vincent A Date: Mon, 16 Apr 2018 22:07:50 +0200 Subject: [PATCH] setup: fix README use as file was renamed a5989d1421c9248c5dd6e24358d7e98797f2438a renamed README, but references to it should also be updated. --- MANIFEST.in | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9d0edcb1f9..df908110a7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ include COPYING include INSTALL -include README +include README.md include AUTHORS include ChangeLog include desktop/* diff --git a/setup.py b/setup.py index e96161ba4f..a028536583 100755 --- a/setup.py +++ b/setup.py @@ -154,7 +154,7 @@ def install_weboob(): name='weboob', version='1.4', description='Weboob, Web Outside Of Browsers', - long_description=open('README').read(), + long_description=open('README.md').read(), author='Romain Bignon', author_email='weboob@weboob.org', maintainer='Romain Bignon', -- GitLab