Skip to content

Commit 74f8115

Browse files
committed
Fix Markdown rendering.
1 parent 51e3493 commit 74f8115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def get_requirements():
158158
],
159159
install_requires=get_requirements(),
160160
long_description=get_description(),
161+
long_description_content_type="text/markdown",
161162
cmdclass={
162163
'test': RunUnittestsCommand,
163164
'e2e_test': RunEndToEndTestCommand,

0 commit comments

Comments
 (0)