From 0a2e1ffe8ea2304faa226c2575ae08bd720c438b Mon Sep 17 00:00:00 2001 From: Sergey Petrov Date: Mon, 1 Feb 2016 14:08:28 +0300 Subject: [PATCH] Change name format --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8305e88..6f72563 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( requires=['hyper'], url='', license='MIT', - author='Petrov Sergey', + author='Sergey Petrov', author_email='me@pr0ger.prg', description='A python library for interacting with the Apple Push Notification Service via HTTP/2 protocol' )