Skip to content

Commit 71207e5

Browse files
committed
update license metadata per PEP639
resolves #105
1 parent 93e025e commit 71207e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ keywords = [
2424
"RF24Network",
2525
"RF24Mesh",
2626
]
27-
license = {text = "GPLv2"}
27+
license = "GPL-2.0-only"
2828
authors = [
2929
{ name = "Brendan Doherty", email = "[email protected]" },
3030
]
3131
classifiers = [
3232
# https://pypi.org/pypi?%3Aaction=list_classifiers
3333
"Development Status :: 5 - Production/Stable",
3434
"Intended Audience :: Developers",
35-
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
3635
"Operating System :: POSIX :: Linux",
3736
"Programming Language :: C++",
3837
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)