update to README.md in the setup

This commit is contained in:
LucasJavaudin 2021-05-27 11:15:01 +02:00
parent b585a438d3
commit bdfaca599e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import pathlib
here = pathlib.Path(__file__).parent.resolve()
# Get the long description from the README file
long_description = (here / 'README.txt').read_text(encoding='utf-8')
long_description = (here / 'README.md').read_text(encoding='utf-8')
setup(
name='metrosim',