summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-09-07 23:27:09 +0200
committerGitHub <noreply@github.com>2018-09-07 23:27:09 +0200
commit7ae5ed1a366f76f0edaf76c2429a81a6cb794d40 (patch)
tree0f4e404c8441a42c9c00d31c382763b50918c4cc /setup.py
parentf38dd4ba5da15756ea6c4c46c775983d55f6f6b9 (diff)
parent36e7f50049f3333db72ebcb82677b465ec09f84b (diff)
downloadoauthlib-fix-oidc-tests.tar.gz
Merge branch 'master' into fix-oidc-testsfix-oidc-tests
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0c4e564..1d69e0d 100755
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(
version=oauthlib.__version__,
description='A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description=fread('README.rst'),
- author='Idan Gazit',
+ author='The OAuthlib Community',
author_email='idan@gazit.me',
maintainer='Ib Lundgren',
maintainer_email='ib.lundgren@gmail.com',