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: