From 18abfd8c1c4ca92199f10cf3180848b6df1cc159 Mon Sep 17 00:00:00 2001 From: Yandrik Date: Sat, 11 Jun 2022 19:02:34 +0200 Subject: [PATCH] fix: changed read-back readme file to reflect previous changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f09301c..5a4314a 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ MODULE = 'account_de_skr04' PREFIX = 'mds' # Get the long description from the README file -with open(path.join(here, 'README.rst'), encoding='utf-8') as f: +with open(path.join(here, 'README.md'), encoding='utf-8') as f: long_description = f.read() # tryton.cfg einlesen