pyproject.toml can't get README.rst to be accepted for long_description #3718
-
(Please forgive my ignorance. I try to follow directions but I seem to be clueless). I am failing to get my README.rst file to be working for my long_description within the pyproject.toml file. I am unclear why (advice appreciated, thank you). I have a pyproject.toml file:
The [project] tables notes readme = "README.RST". At the same directory level as pyproject.toml, I have an EMPTY README.rst file. I run and get:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I'd like to close. I think my problem is my cluelessness. When I used README.md, stuff worked. Thank you. |
Beta Was this translation helpful? Give feedback.
I'd like to close. I think my problem is my cluelessness. When I used README.md, stuff worked. Thank you.