Skip to content

Commit

Permalink
release: 2.0.1
Browse files Browse the repository at this point in the history
* Fix license as classifier (Thanks, @sevdog!) #170
  • Loading branch information
jrconlin committed Oct 14, 2024
1 parent 59bee96 commit 059773e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from setuptools import find_packages, setup

__version__ = "2.0.0"
__version__ = "2.0.1"


def read_from(file):
Expand Down Expand Up @@ -44,6 +44,7 @@ def read_from(file):
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
],
keywords="push webpush publication",
author="JR Conlin",
Expand All @@ -58,8 +59,6 @@ def read_from(file):
# be created, and still will if you run
# `python setup.py develop`
entry_points={
"console_scripts": [
"pywebpush=pywebpush.__main__:main"
],
}
"console_scripts": ["pywebpush=pywebpush.__main__:main"],
},
)

0 comments on commit 059773e

Please sign in to comment.