summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 e041a25..dfeca38 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',