Skip to content

Commit ed4716e

Browse files
authored
Merge pull request #419 from meeseeksmachine/auto-backport-of-pr-411-on-5.x
Backport PR #411 on branch 5.x (add long_description to setup.py)
2 parents a14a202 + 4170f90 commit ed4716e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ def run(self):
6161
version = version_ns['__version__'],
6262
packages = packages,
6363
description = 'Jupyter protocol implementation and client libraries',
64+
long_description=open('README.md').read(),
65+
long_description_content_type='text/markdown',
6466
author = 'Jupyter Development Team',
6567
author_email = '[email protected]',
6668
url = 'https://jupyter.org',

0 commit comments

Comments
 (0)