Skip to content

Commit

Permalink
Modify long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 5, 2020
1 parent 368cdc9 commit 6bd02b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_release_command_class():
return {"release": ReleaseCommand}


with open("README.md") as fp:
with open("README.rst") as fp:
long_description = fp.read()


Expand All @@ -46,6 +46,7 @@ def get_release_command_class():
"Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"
),
long_description=long_description,
long_description_content_type="text/x-rst",
license="BSD",
keywords=["xls", "excel", "spreadsheet", "workbook"],
python_requires=">=3.5",
Expand Down

0 comments on commit 6bd02b6

Please sign in to comment.