-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
good first issuetype: enhancementA self-contained enhancement or new featureA self-contained enhancement or new feature
Description
A lot of users are getting bit when first trying to publish when their first Markdown description because various tools they're using are out of date:
- Long Description Not Rendered as Markdown pypi/warehouse#3849
- long_description_content_type=text/markdown doesn't always work pypi/warehouse#3664
- and elswhere
When we're talking about long_description_content_type
or Description-Content-Type
in this guide, we should probably add a note or caveat about requiring the following versions for it to work:
setuptools>=38.6.0
wheel>=0.31.0
twine>=1.11.0
jarekwg, theacodes and rspeer
Metadata
Metadata
Assignees
Labels
good first issuetype: enhancementA self-contained enhancement or new featureA self-contained enhancement or new feature