From 2381893b72e11a8d375633376fe9fcbe2762409d Mon Sep 17 00:00:00 2001 From: r4sas Date: Fri, 31 May 2019 12:52:04 +0000 Subject: [PATCH] use rst readme as long description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba18338..87134bd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup from pbincli.__init__ import __version__ as pbincli_version -with open("README.md") as readme: +with open("README.rst") as readme: long_description = readme.read() with open("requirements.txt") as f: