diff --git a/setup.py b/setup.py index 9a2c067..fec53e0 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ version=version, description="Python implementation of JWT, JWE, JWS and JWK", author="Roland Hedberg", - author_email="roland.hedberg@adm.umu.se", + author_email="roland@catalogix.se", license="Apache 2.0", packages=["jwkest"], package_dir={"": "src"},