forked from r4sas/PBinCLI
use rst readme as long description
This commit is contained in:
parent
03b4fcc2ea
commit
2381893b72
2
setup.py
2
setup.py
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user