Skip to content

Commit ddcfb5a

Browse files
committed
add long_description to setup.py
now that the new PyPI looks bad without long descriptions
1 parent 1d807c2 commit ddcfb5a

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)