diff --git a/python/setup.py b/python/setup.py index 5eaae63..bc4479b 100644 --- a/python/setup.py +++ b/python/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -__version__ = "0.6.0" +__version__ = "0.7.0" def read_from(file): @@ -29,9 +29,11 @@ def read_from(file): description='Simple VAPID header generation library', long_description=README + '\n\n' + CHANGES, classifiers=["Topic :: Internet :: WWW/HTTP", - 'Programming Language :: Python', + "Programming Language :: Python", "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7" + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.4", ], keywords='vapid push webpush', author="JR Conlin",