python-packaging icon indicating copy to clipboard operation
python-packaging copied to clipboard

README --> long_description can be markdown or reStructuredText

Open cclauss opened this issue 1 year ago • 0 comments

- You'll probably want a README file in your source distribution, and that file can serve double purpose
- as the ``long_description`` specified to PyPI. Further, if that file is written in
- reStructuredText, it can be formatted nicely.
+ You'll probably want a README file in your source distribution, and that file can serve a double purpose
+ as the ``long_description`` specified to PyPI. Further, if that file is written in markdown or
+ reStructuredText, it can be formatted nicely.

cclauss avatar Jul 29 '24 13:07 cclauss