Skip to content

Commit

Permalink
Backport PR jupyter#411: add long_description to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk authored and MeeseeksDev[bot] committed Feb 9, 2019
1 parent a14a202 commit 4170f90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ def run(self):
version = version_ns['__version__'],
packages = packages,
description = 'Jupyter protocol implementation and client libraries',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author = 'Jupyter Development Team',
author_email = '[email protected]',
url = 'https://jupyter.org',
Expand Down

0 comments on commit 4170f90

Please sign in to comment.