Skip to content

Commit 6112c18

Browse files
authored
Merge pull request jpadilla#196 from kepkin/patch-1
Fix rpm build
2 parents 18160c4 + 2eddb15 commit 6112c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_version(package):
4141
setup(
4242
name='PyJWT',
4343
version=version,
44-
author='José Padilla',
44+
author='Jose Padilla',
4545
author_email='hello@jpadilla.com',
4646
description='JSON Web Token implementation in Python',
4747
license='MIT',

0 commit comments

Comments
 (0)