Skip to content

Commit

Permalink
Merge pull request #13 from gene1wood/add_long_description
Browse files Browse the repository at this point in the history
Add long description to setup
  • Loading branch information
gene1wood authored Jul 30, 2021
2 parents a71b11f + 10872cb commit 38b2d02
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 @@ -19,6 +19,8 @@ def read(fname):
author="Mozilla IAM",
author_email="[email protected]",
description=("A super simple and basic client lib for Auth0"),
long_description=read("README.md"),
long_description_content_type="text/markdown",
license="MPL-2.0",
keywords="auth0 iam library",
url="https://github.com/mozilla-iam/authzerolib",
Expand Down

0 comments on commit 38b2d02

Please sign in to comment.