Add initial implementation for sending notifications

This commit is contained in:
Sergey Petrov
2016-02-01 13:02:19 +03:00
parent f2d5f9e5d0
commit 29f818cf43
3 changed files with 45 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ setup(
name='apns2',
version='0.1.0',
packages=['apns2'],
requires=['hyper'],
url='',
license='MIT',
author='Petrov Sergey',