File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
from setuptools import find_packages , setup
11
11
12
- __version__ = "2.0.0 "
12
+ __version__ = "2.0.1 "
13
13
14
14
15
15
def read_from (file ):
@@ -44,6 +44,7 @@ def read_from(file):
44
44
"Programming Language :: Python :: Implementation :: PyPy" ,
45
45
"Programming Language :: Python" ,
46
46
"Programming Language :: Python :: 3" ,
47
+ "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)" ,
47
48
],
48
49
keywords = "push webpush publication" ,
49
50
author = "JR Conlin" ,
@@ -58,8 +59,6 @@ def read_from(file):
58
59
# be created, and still will if you run
59
60
# `python setup.py develop`
60
61
entry_points = {
61
- "console_scripts" : [
62
- "pywebpush=pywebpush.__main__:main"
63
- ],
64
- }
62
+ "console_scripts" : ["pywebpush=pywebpush.__main__:main" ],
63
+ },
65
64
)
You can’t perform that action at this time.
0 commit comments