Skip to content

Commit

Permalink
setup.py: declare long_description_content_type
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 3, 2019
1 parent 69420af commit cad0d07
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 @@ -37,6 +37,7 @@ def read_description():
author_email=fishnet["__email__"],
description=fishnet["__doc__"].replace("\n", " ").strip(),
long_description=read_description(),
long_description_content_type="text/x-rst",
keywords="lichess.org chess stockfish uci",
url="https://github.com/niklasf/fishnet",
py_modules=["fishnet"],
Expand Down

0 comments on commit cad0d07

Please sign in to comment.