diff --git a/setup.py b/setup.py index 24e0517..cea50ec 100755 --- a/setup.py +++ b/setup.py @@ -22,10 +22,10 @@ setup( classifiers=[ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 2.7' + 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6' + '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'