Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added long_description_content_type #457

Merged
merged 1 commit into from Mar 18, 2018
Merged

Commits on Mar 18, 2018

  1. Added long_description_content_type

    With [PEP
    566](https://www.python.org/dev/peps/pep-0566/#description-content-type-optional), the `long_description` can be Markdown with the `long_description_content_type` arg. This adds documentation for it
    
    There were also a couple cases where filenames were enclosed with quotes
    rather than as code; I've changed those to be `code` as well for
    consistency.
    
    See also:
    
     * [Relevant section in PEP 566](https://www.python.org/dev/peps/pep-0566/#description-content-type-optional)
     * [The CommonMark specification](http://spec.commonmark.org)
     * [The Description-Content-Type field documentation in the Python
       packaging documentation](https://packaging.python.org/specifications/core-metadata/#description-content-type-optional)
    Rebecca Turner committed Mar 18, 2018
    Copy the full SHA
    1f2b4b7 View commit details
    Browse the repository at this point in the history