From bdfaca599edf9cedbd992b9eba8c0a28d5abc7fa Mon Sep 17 00:00:00 2001 From: LucasJavaudin Date: Thu, 27 May 2021 11:15:01 +0200 Subject: [PATCH] update to README.md in the setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a741a3..b093d75 100644 --- a/setup.py +++ b/setup.py @@ -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',