Skip to content

Commit 63caabf

Browse files
authored
Merge pull request #411 from minrk/long-description
add long_description to setup.py
2 parents 1d807c2 + ddcfb5a commit 63caabf

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)