From df90e0a7b63fcf921576f67682ef21556389f756 Mon Sep 17 00:00:00 2001 From: Sergey Petrov Date: Thu, 9 Feb 2017 00:25:30 +0300 Subject: [PATCH] Fix classifiers in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 24e0517..cea50ec 100755 --- a/setup.py +++ b/setup.py @@ -22,10 +22,10 @@ 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'