summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2016-10-24 13:09:59 -0500
committerGitHub <noreply@github.com>2016-10-24 13:09:59 -0500
commit6112c18eb482eb21e847b0af8096826d6b68fcc9 (patch)
tree95e37827d2dd0595d5baf58e5b3d7d462bb955ba /setup.py
parent18160c494af1c142e7da14996fb1342b9abaca4f (diff)
parent2eddb1517973905ef9514889718f991cf593bb73 (diff)
downloadpyjwt-6112c18eb482eb21e847b0af8096826d6b68fcc9.tar.gz
Merge pull request #196 from kepkin/patch-1
Fix rpm build
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 c5a8206..00fb2a1 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ pytest_runner = ['pytest-runner'] if needs_pytest else []
setup(
name='PyJWT',
version=version,
- author='José Padilla',
+ author='Jose Padilla',
author_email='hello@jpadilla.com',
description='JSON Web Token implementation in Python',
license='MIT',