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 99
1010from setuptools import find_packages , setup
1111
12- __version__ = "2.0.0 "
12+ __version__ = "2.0.1 "
1313
1414
1515def read_from (file ):
@@ -44,6 +44,7 @@ def read_from(file):
4444 "Programming Language :: Python :: Implementation :: PyPy" ,
4545 "Programming Language :: Python" ,
4646 "Programming Language :: Python :: 3" ,
47+ "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)" ,
4748 ],
4849 keywords = "push webpush publication" ,
4950 author = "JR Conlin" ,
@@ -58,8 +59,6 @@ def read_from(file):
5859 # be created, and still will if you run
5960 # `python setup.py develop`
6061 entry_points = {
61- "console_scripts" : [
62- "pywebpush=pywebpush.__main__:main"
63- ],
64- }
62+ "console_scripts" : ["pywebpush=pywebpush.__main__:main" ],
63+ },
6564)
You can’t perform that action at this time.
0 commit comments