From 90aef06a58337f25ecb663791adeec139b62444f Mon Sep 17 00:00:00 2001 From: terrycojones Date: Sat, 7 Mar 2020 04:58:26 +0100 Subject: [PATCH] Change to use ASCII hyphen in README.rst to prevent setup.py from raising UnicodeDecodeError when reading that file to set long_description. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 000d916be2b9..d93017ac1e9e 100644 --- a/README.rst +++ b/README.rst @@ -73,9 +73,9 @@ Contribute ========== You've discovered a bug or something else you want to change - excellent! -You've worked out a way to fix it – even better! +You've worked out a way to fix it - even better! -You want to tell us about it – best of all! +You want to tell us about it - best of all! Start at the `contributing guide `_!