Browse Source

chore: fix email format

pull/310/head
Richard Nemeth 3 years ago
parent
commit
f5f4de2bfa
No known key found for this signature in database GPG Key ID: 21C39470DF3DEC39
  1. 2
      setup.py

2
setup.py

@ -30,7 +30,7 @@ setup(
url="https://github.com/marcospereirampj/python-keycloak",
license="The MIT License",
author="Marcos Pereira, Richard Nemeth",
author_email="marcospereira.mpj@gmail.com; ryshoooo@gmail.com",
author_email="marcospereira.mpj@gmail.com, ryshoooo@gmail.com",
keywords="keycloak openid oidc",
description="python-keycloak is a Python package providing access to the Keycloak API.",
long_description=long_description,

Loading…
Cancel
Save