Skip to content

Commit c2b6571

Browse files
committed
Fix issue with long description
pypi/warehouse#5890 (comment)
1 parent dce50f0 commit c2b6571

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
@@ -39,6 +39,7 @@ def read(*names):
3939
version=howdoi.__version__,
4040
description='Instant coding answers via the command line',
4141
long_description=long_description,
42+
long_description_content_type='text/markdown',
4243
classifiers=[
4344
"Development Status :: 5 - Production/Stable",
4445
"Environment :: Console",

0 commit comments

Comments
 (0)