Skip to content

Commit dde4307

Browse files
Added long_description and url to GitHub Repo for use on PyPI
1 parent f0be3f5 commit dde4307

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@
3030
name="pyjwkest",
3131
version=version,
3232
description="Python implementation of JWT, JWE, JWS and JWK",
33+
long_description=io.open('README.rst', encoding='utf-8').read() if exists("README.rst") else "",
3334
author="Roland Hedberg",
3435
author_email="roland@catalogix.se",
3536
license="Apache 2.0",
37+
url='https://github.com/IdentityPython/pyjwkest',
3638
packages=["jwkest"],
3739
package_dir={"": "src"},
3840
classifiers=[

0 commit comments

Comments
 (0)