We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0be3f5 commit dde4307Copy full SHA for dde4307
setup.py
@@ -30,9 +30,11 @@
30
name="pyjwkest",
31
version=version,
32
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 "",
34
author="Roland Hedberg",
35
author_email="roland@catalogix.se",
36
license="Apache 2.0",
37
+ url='https://github.com/IdentityPython/pyjwkest',
38
packages=["jwkest"],
39
package_dir={"": "src"},
40
classifiers=[
0 commit comments