Skip to content

Commit

Permalink
fix long_description markdown syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed May 11, 2020
1 parent ab81238 commit c7b9bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def build_packages(directories):
description=(
"Powerful and Pythonic PDF processing library based on xpdf-4.02"
),
long_description=versioninfo.changes() + os.linesep*2 + readme,
long_description=versioninfo.changes() + readme,
long_description_content_type='text/markdown',
keywords=[
'pdf parser',
Expand Down

0 comments on commit c7b9bb3

Please sign in to comment.