Fix classifiers in setup.py

This commit is contained in:
Sergey Petrov
2017-02-09 00:26:01 +03:00
parent 5e8727132a
commit df90e0a7b6
+2 -2
View File
@@ -22,10 +22,10 @@ setup(
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7' 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6' 'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries',
], ],
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'