Skip to content

Commit 59bee96

Browse files
authored
Use Licence classifiers in pyproject.toml (#170)
Fixes #167
1 parent 8a6e4bf commit 59bee96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ name = "pywebpush"
1515
authors = [{ name = "JR Conlin", email = "[email protected]" }]
1616
description = "WebPush publication library"
1717
readme = "README.md"
18-
# Use the LICENSE file for our license, since "MPL2" isn't included in the
19-
# canonical list
20-
license = { file = "LICENSE" }
2118
keywords = ["webpush", "vapid", "notification"]
2219
classifiers = [
2320
"Topic :: Internet :: WWW/HTTP",
2421
"Programming Language :: Python :: Implementation :: PyPy",
2522
"Programming Language :: Python",
2623
"Programming Language :: Python :: 3",
24+
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
2725
]
2826
# use the following fields defined in the setup.py file
2927
# (When the guides talk about something being "dynamic", they

0 commit comments

Comments
 (0)