Mark package description as being Markdown

PyPi is now very picky about the format and will not accept things
blindly.
This commit is contained in:
Pierre Ossman 2019-08-13 13:52:26 +02:00
parent 53004a071d
commit 312a6d200c
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ setup(name=name,
version=version,
description="Websockify.",
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2",