Skip to content

Commit

Permalink
Merge pull request #24 from robbiet480/patch-2
Browse files Browse the repository at this point in the history
Bump to 0.7.0 and add Python 3 classifiers
  • Loading branch information
jrconlin authored Oct 3, 2016
2 parents b195306 + f24b80a commit 1a581a5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

__version__ = "0.6.0"
__version__ = "0.7.0"


def read_from(file):
Expand All @@ -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",
Expand Down

0 comments on commit 1a581a5

Please sign in to comment.