diff --git a/setup.py b/setup.py index ee2e36482..211fbd535 100755 --- a/setup.py +++ b/setup.py @@ -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",