Skip to content

Commit 059773e

Browse files
committed
release: 2.0.1
* Fix license as classifier (Thanks, @sevdog!) #170
1 parent 59bee96 commit 059773e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from setuptools import find_packages, setup
1111

12-
__version__ = "2.0.0"
12+
__version__ = "2.0.1"
1313

1414

1515
def 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
)

0 commit comments

Comments
 (0)