From a2f23a5bfba98521835c941258331a72af957cae Mon Sep 17 00:00:00 2001 From: boyska Date: Thu, 1 Oct 2020 19:53:35 +0200 Subject: [PATCH] FIX setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e81cad..a6e52d5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages -with open('README.rst') as readme_file: +with open("README.md") as readme_file: readme = readme_file.read() with open('HISTORY.rst') as history_file: