Open
Description
While reviewing #969, I noticed that making-a-pypi-friendly-readme.rst uses setup.py
, while packaging-projects.rst recommends setup.cfg
.
I think the README guide should be updated to use setup.cfg
. I think it'd also be nice to link to making-a-pypi-friendly-readme
from other relevant guides, such as packaging-projects and distributing-packages-using-setuptools.
Somewhat related: #887