Skip to content

Commit 45be64a

Browse files
authored
Enable README markdown rendering on PyPI
Set long_description_content_type='text/markdown'
1 parent a213dbb commit 45be64a

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
@@ -15,6 +15,7 @@
1515
version=__version__,
1616
description='The Swiss Army Knife of the Bitcoin protocol.',
1717
long_description=README,
18+
long_description_content_type='text/markdown',
1819
classifiers=[
1920
"Programming Language :: Python",
2021
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",

0 commit comments

Comments
 (0)