Skip to content

Commit

Permalink
add long_description from markdown readme
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 11, 2018
1 parent 3529a3c commit 91edb9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
name = 'oauthenticator',
packages = ['oauthenticator'],
version = version_ns['__version__'],
description = """OAuthenticator: Authenticate JupyterHub users with common OAuth providers.""",
long_description = "Adds support for JupyterHub authenticating with OAuth providers, including GitHub, Bitbucket, and more.",
description = "OAuthenticator: Authenticate JupyterHub users with common OAuth providers",
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 91edb9d

Please sign in to comment.