We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6a5d4 commit 75a9663Copy full SHA for 75a9663
pyproject.toml
@@ -24,15 +24,14 @@ keywords = [
24
"RF24Network",
25
"RF24Mesh",
26
]
27
-license = {text = "GPLv2"}
+license = "GPL-2.0-only"
28
authors = [
29
{ name = "Brendan Doherty", email = "[email protected]" },
30
31
classifiers = [
32
# https://pypi.org/pypi?%3Aaction=list_classifiers
33
"Development Status :: 5 - Production/Stable",
34
"Intended Audience :: Developers",
35
- "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
36
"Operating System :: POSIX :: Linux",
37
"Programming Language :: C++",
38
"Programming Language :: Python :: 3",
0 commit comments