fix: changed read-back readme file to reflect previous changes

This commit is contained in:
Yandrik 2022-06-11 19:02:34 +02:00
parent 511f00f9f1
commit 18abfd8c1c
1 changed files with 1 additions and 1 deletions

View File

@ -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