Set PyPI long description content type to markdown
This commit is contained in:
@@ -21,6 +21,7 @@ setuptools.setup(
|
|||||||
|
|
||||||
description="A Matrix-Telegram hybrid puppeting/relaybot bridge.",
|
description="A Matrix-Telegram hybrid puppeting/relaybot bridge.",
|
||||||
long_description=open("README.md").read(),
|
long_description=open("README.md").read(),
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
|
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user