We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14a202 commit 4170f90Copy full SHA for 4170f90
setup.py
@@ -61,6 +61,8 @@ def run(self):
61
version = version_ns['__version__'],
62
packages = packages,
63
description = 'Jupyter protocol implementation and client libraries',
64
+ long_description=open('README.md').read(),
65
+ long_description_content_type='text/markdown',
66
author = 'Jupyter Development Team',
67
author_email = '[email protected]',
68
url = 'https://jupyter.org',
0 commit comments