Skip to content

Commit

Permalink
Merge pull request jupyter#419 from meeseeksmachine/auto-backport-of-…
Browse files Browse the repository at this point in the history
…pr-411-on-5.x

Backport PR jupyter#411 on branch 5.x (add long_description to setup.py)
  • Loading branch information
minrk authored Feb 14, 2019
2 parents a14a202 + 4170f90 commit ed4716e
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 = 'jupyter@googlegroups.com',
url = 'https://jupyter.org',
Expand Down

0 comments on commit ed4716e

Please sign in to comment.