Skip to content

Commit 05cbb3c

Browse files
committed
Merge #172: Enable README markdown rendering on PyPI
45be64a Enable README markdown rendering on PyPI (Daniel Himmelstein) Pull request description: Set `long_description_content_type='text/markdown'`. See also opentimestamps/python-opentimestamps#30 Tree-SHA512: e79a36582f0bf6ef3f96165cb0033d727b5ca47ae911cb0d12b556d6f65282d3d643dfb77f9494cc3aaef694d8d89c0291c55b7a6f89861a8ca008dae749b855
2 parents a213dbb + 45be64a commit 05cbb3c

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)