Change name format

This commit is contained in:
Sergey Petrov
2016-02-01 14:08:28 +03:00
parent 29f818cf43
commit 0a2e1ffe8e
+1 -1
View File
@@ -7,7 +7,7 @@ setup(
requires=['hyper'], requires=['hyper'],
url='', url='',
license='MIT', license='MIT',
author='Petrov Sergey', author='Sergey Petrov',
author_email='me@pr0ger.prg', author_email='me@pr0ger.prg',
description='A python library for interacting with the Apple Push Notification Service via HTTP/2 protocol' description='A python library for interacting with the Apple Push Notification Service via HTTP/2 protocol'
) )