Skip to content

Commit

Permalink
ci/cd:Add long_description_content_type to setup.py
Browse files Browse the repository at this point in the history
Add long_description_content_type to setup.py to avoid converting README.md to README.rst
Resolves: #331

Signed-off-by: manaswinidas <[email protected]>
  • Loading branch information
manaswinidas authored and rnjudge committed Jun 21, 2019
1 parent 823454e commit aacef0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def _get_requirements():
description=("An inspection tool to find the OSS compliance metadata of"
" the packages installed in a container image."),
long_descrition=_read_long_desc(),
long_description_content_type='text/markdown',
license="BSD-2.0",
keywords="Distribution, Container, Cloud-Native",
classifiers=[
Expand Down

0 comments on commit aacef0a

Please sign in to comment.