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.
2 parents 1ce985d + 460d4c3 commit a979602Copy full SHA for a979602
pyproject.toml
@@ -18,13 +18,12 @@ classifiers=[
18
"Topic :: Scientific/Engineering",
19
"Topic :: Software Development :: Libraries",
20
21
- "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
22
-
23
"Operating System :: OS Independent",
24
25
"Programming Language :: Python :: 3",
26
]
27
-license= {file = "LICENSE"}
+license = "GPL-3.0-only"
+license-files = ["LICENSE"]
28
dynamic=["version"]
29
authors=[
30
{name = "ScreamingUdder"},
0 commit comments