File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,12 @@ for more details. Be aware that this value is tied to the generated
85
85
public/private key. If you remove or generate a new key, any
86
86
restricted URL you've previously generated will need to be
87
87
reallocated. Please note that some User Agents may require you [ to
88
- decode this string into a Uint8Array] ( https://github.com/GoogleChrome/push-notifications/blob/master/app/scripts/main.js ) .
88
+ decode this string into a Uint8Array] ( https://github.com/GoogleChrome/push-notifications/blob/master/app/scripts/main.js ) .
89
89
90
90
See ` bin/vapid -h ` for all options and commands.
91
91
92
+ ## CHANGELOG
92
93
94
+ I'm terrible about updating the Changelog. Please see the [ `git
95
+ log`] ( https://github.com/web-push-libs/vapid/pulls?q=is%3Apr+is%3Aclosed )
96
+ history for details.
Original file line number Diff line number Diff line change 3
3
4
4
from setuptools import setup , find_packages
5
5
6
- __version__ = "1.8.0 "
6
+ __version__ = "1.8.1 "
7
7
8
8
9
9
def read_from (file ):
@@ -44,7 +44,7 @@ def read_from(file):
44
44
include_package_data = True ,
45
45
zip_safe = False ,
46
46
packages = find_packages (),
47
- package_data = {'' : ['README.rst' , 'CHANGELOG.rst' ,
47
+ package_data = {'' : ['README.rst' ,
48
48
'requirements.txt' , 'test-requirements.txt' ]},
49
49
install_requires = read_from ('requirements.txt' ),
50
50
tests_require = read_from ('test-requirements.txt' ),
You can’t perform that action at this time.
0 commit comments