Closed jynik closed 3 years ago
The attempt to keep the package long_description sync'd with README.md by opening and reading it in setup.py breaks the local pip install and ReadTheDocs generation, which run in different build directories.
long_description
README.md
setup.py
pip install
The attempt to keep the package
long_description
sync'd withREADME.md
by opening and reading it insetup.py
breaks the localpip install
and ReadTheDocs generation, which run in different build directories.