Browse Source

use rst readme as long description

dependabot/add-v2-config-file
R4SAS 5 years ago
parent
commit
2381893b72
  1. 2
      setup.py

2
setup.py

@ -3,7 +3,7 @@ @@ -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:

Loading…
Cancel
Save