Browse Source
Merge pull request #310 from marcospereirampj/feature/cicd
chore: fix email format
pull/312/head
v
Richard Nemeth
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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, |
|
|
|