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 Mar 21, 2019
1 parent e853203 commit 198ad7e
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 @@ -78,6 +78,7 @@ def read_description():
author_email=chess.__email__,
description=chess.__doc__.replace("\n", " ").strip(),
long_description=read_description(),
long_description_content_type="text/x-rst",
license="GPL-3.0+",
keywords="chess fen epd pgn polyglot syzygy gaviota uci xboard",
url="https://github.com/niklasf/python-chess",
Expand Down

0 comments on commit 198ad7e

Please sign in to comment.