We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80290a2 commit 84fabfbCopy full SHA for 84fabfb
setup.py
@@ -11,7 +11,7 @@
11
author_email='hello@micropyramid.com',
12
url='https://github.com/MicroPyramid/forex-python',
13
description='Foreign exchange rates and currency conversion.',
14
- long_description="\n\n".join([open("README.rst").read()]),
+ long_description="\n\n".join([open("README.rst", encoding='utf-8').read()]),
15
packages=find_packages(exclude=['tests', 'tests.*']),
16
include_package_data=True,
17
install_requires=[
0 commit comments