We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b195306 commit f24b80aCopy full SHA for f24b80a
python/setup.py
@@ -3,7 +3,7 @@
3
4
from setuptools import setup, find_packages
5
6
-__version__ = "0.6.0"
+__version__ = "0.7.0"
7
8
9
def read_from(file):
@@ -29,9 +29,11 @@ def read_from(file):
29
description='Simple VAPID header generation library',
30
long_description=README + '\n\n' + CHANGES,
31
classifiers=["Topic :: Internet :: WWW/HTTP",
32
- 'Programming Language :: Python',
+ "Programming Language :: Python",
33
"Programming Language :: Python :: 2",
34
- "Programming Language :: Python :: 2.7"
+ "Programming Language :: Python :: 2.7",
35
+ "Programming Language :: Python :: 3",
36
+ "Programming Language :: Python :: 3.4",
37
],
38
keywords='vapid push webpush',
39
author="JR Conlin",
0 commit comments