updating ref to old readme

This commit is contained in:
lza_menace 2020-08-17 23:52:29 -07:00
parent a91fe4ce76
commit 66d3b09fe3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ setup(
version = version,
description = 'A comprehensive Python module for handling Monero cryptocurrency',
url = 'https://github.com/monero-ecosystem/monero-python/',
long_description = open('README.rst', 'rb').read().decode('utf-8'),
long_description = open('README.md', 'rb').read().decode('utf-8'),
install_requires = open('requirements.txt', 'r').read().splitlines(),
tests_require=open('test_requirements.txt', 'r').read().splitlines(),
setup_requires=[