From 66d3b09fe3bf411368bfa8eb82090737b656e8d9 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Mon, 17 Aug 2020 23:52:29 -0700 Subject: [PATCH] updating ref to old readme --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f5765c..532861c 100644 --- a/setup.py +++ b/setup.py @@ -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=[