From 956327871416bab7352ebdacc8de4ae549285a79 Mon Sep 17 00:00:00 2001 From: Silvana Ayala Date: Mon, 3 May 2021 10:47:35 -0600 Subject: [PATCH] update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 110aec0..62f4df6 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ # Get the long description from the README file with open(path.join(here, 'README.md'), encoding='utf-8') as f: - long_description = f.read() + long_description = f.read().replace('\r\n', '\n') setup( name='pySMARTS',