use rst readme as long description

This commit is contained in:
R4SAS 2019-05-31 12:52:04 +00:00
parent 03b4fcc2ea
commit 2381893b72

View File

@ -3,7 +3,7 @@
from setuptools import setup from setuptools import setup
from pbincli.__init__ import __version__ as pbincli_version from pbincli.__init__ import __version__ as pbincli_version
with open("README.md") as readme: with open("README.rst") as readme:
long_description = readme.read() long_description = readme.read()
with open("requirements.txt") as f: with open("requirements.txt") as f: