Skip to content

Commit

Permalink
Added setup.py long description content type (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Aug 6, 2022
1 parent c74a4b6 commit 311c7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
docutils
Markdown
recommonmark
sphinx >= 4.1.0
sphinx-markdown-tables
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def parse_requirements_from_file(path):
version=dfkinds.__version__,
description=dfkinds_description,
long_description=dfkinds_long_description,
long_description_content_type='text/plain',
license='Apache License, Version 2.0',
url='https://github.com/log2timeline/dfkinds',
maintainer='Log2Timeline maintainers',
Expand Down

0 comments on commit 311c7fa

Please sign in to comment.