Skip to content

Commit b938b1c

Browse files
committed
Add long_description_content_type for plugins
1 parent e75ed67 commit b938b1c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plugins/routemaster-prometheus/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
url='https://github.com/thread/routemaster',
1313
description="Prometheus metrics reporting for Routemaster.",
1414
long_description=long_description,
15+
long_description_content_type="text/markdown",
1516

1617
author="Thread",
1718
author_email="[email protected]",

plugins/routemaster-sentry/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
url='https://github.com/thread/routemaster',
1313
description="Sentry error reporting for Routemaster.",
1414
long_description=long_description,
15+
long_description_content_type="text/markdown",
1516

1617
author="Thread",
1718
author_email="[email protected]",

0 commit comments

Comments
 (0)