diff --git a/setup.py b/setup.py index 4b0cf2f..9c79a70 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ if os.path.exists('README.rst'): - long_description = open('README.rst').read() + long_description = open('README.rst', encoding='utf-8').read() else: long_description = '''CIRpy is a Python interface for the Chemical Identifier Resolver web service that is provided by the CADD Group at the NCI/NIH.'''