Skip to content

Commit

Permalink
setup.py: add long_description_content_type
Browse files Browse the repository at this point in the history
  • Loading branch information
boeddeker committed Jun 18, 2024
1 parent e0505e3 commit c36a7e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@
'with an emphasis on speech processing.',
long_description=long_description,

# Denotes that our long_description is in Markdown; valid values are
# text/plain, text/x-rst, and text/markdown
#
# Optional if long_description is written in reStructuredText (rst) but
# required for plain-text or Markdown; if unspecified, "applications should
# attempt to render [the long_description] as text/x-rst; charset=UTF-8 and
# fall back to text/plain if it is not valid rst" (see link below)
#
# This field corresponds to the "Description-Content-Type" metadata field:
# https://packaging.python.org/specifications/core-metadata/#description-content-type-optional
long_description_content_type='text/markdown', # Optional (see note above)

# The project's main homepage.
url='https://github.com/fgnt/padertorch/',

Expand Down

0 comments on commit c36a7e4

Please sign in to comment.