Enable CI (#28)

This commit is contained in:
Sergey Petrov
2017-01-25 17:39:04 +03:00
committed by GitHub
parent 701b587c32
commit 9e2fd44a30
5 changed files with 45 additions and 1 deletions
+2 -1
View File
@@ -22,9 +22,10 @@ setup(
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 2.7'
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
'Topic :: Software Development :: Libraries',
],
description='A python library for interacting with the Apple Push Notification Service via HTTP/2 protocol'