mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Read the README.rst with UTF8
This commit is contained in:
parent
9a0d336ba2
commit
dab18bb5b9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ setup(
|
|||
version = version,
|
||||
description = 'A comprehensive Python module for handling Monero cryptocurrency',
|
||||
url = 'https://github.com/emesik/monero-python/',
|
||||
long_description = open('README.rst').read(),
|
||||
long_description = open('README.rst', encoding = 'utf8').read(),
|
||||
install_requires = open('requirements.txt', 'r').read().splitlines(),
|
||||
packages = find_packages('.', exclude=['tests']),
|
||||
include_package_data = True,
|
||||
|
|
Loading…
Reference in a new issue