Closed mphoward closed 3 months ago
This line refers to the wrong README file extension:
README
https://github.com/mphowardlab/relentless/blob/dacdb02c34fc84a2aba7c9b9efc7f576b4d6bfc6/setup.cfg#L22
That is causing issues on PyPI documentation and was caught as an issue setting up a build on conda-forge.
It should either changed to README.rst or the README file extension should be changed to .md.
README.rst
.md
This file still shows up terribly on PyPI even though it's linked in right, so we should try converting to Markdown. This may complicate its inclusion in the sphinx documentation a bit.
Fixed in #254
This line refers to the wrong
README
file extension:https://github.com/mphowardlab/relentless/blob/dacdb02c34fc84a2aba7c9b9efc7f576b4d6bfc6/setup.cfg#L22
That is causing issues on PyPI documentation and was caught as an issue setting up a build on conda-forge.
It should either changed to
README.rst
or theREADME
file extension should be changed to.md
.