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:
@@ -9,6 +9,7 @@ setup(name=name,
|
|||||||
version=version,
|
version=version,
|
||||||
description="Websockify.",
|
description="Websockify.",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 2",
|
"Programming Language :: Python :: 2",
|
||||||
|
|||||||
Reference in New Issue
Block a user