Skip to content

Commit 1a581a5

Browse files
authored
Merge pull request #24 from robbiet480/patch-2
Bump to 0.7.0 and add Python 3 classifiers
2 parents b195306 + f24b80a commit 1a581a5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

python/setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import setup, find_packages
55

6-
__version__ = "0.6.0"
6+
__version__ = "0.7.0"
77

88

99
def read_from(file):
@@ -29,9 +29,11 @@ def read_from(file):
2929
description='Simple VAPID header generation library',
3030
long_description=README + '\n\n' + CHANGES,
3131
classifiers=["Topic :: Internet :: WWW/HTTP",
32-
'Programming Language :: Python',
32+
"Programming Language :: Python",
3333
"Programming Language :: Python :: 2",
34-
"Programming Language :: Python :: 2.7"
34+
"Programming Language :: Python :: 2.7",
35+
"Programming Language :: Python :: 3",
36+
"Programming Language :: Python :: 3.4",
3537
],
3638
keywords='vapid push webpush',
3739
author="JR Conlin",

0 commit comments

Comments
 (0)