fix: changed read-back readme file to reflect previous changes
This commit is contained in:
parent
511f00f9f1
commit
18abfd8c1c
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ MODULE = 'account_de_skr04'
|
|||||||
PREFIX = 'mds'
|
PREFIX = 'mds'
|
||||||
|
|
||||||
# Get the long description from the README file
|
# 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()
|
long_description = f.read()
|
||||||
|
|
||||||
# tryton.cfg einlesen
|
# tryton.cfg einlesen
|
||||||
|
Loading…
Reference in New Issue
Block a user