From 2caa0eb7926797d3210c4e2261fa7b1c4389aa8b Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 28 Aug 2019 23:18:30 +0200 Subject: [PATCH] [DEBUG] wrong include file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ded8c3..12de34e 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from setuptools import setup import os def readme(): - with open('README.rst') as f: + with open('README.md') as f: return f.read() def read_version_file():