Skip to content

Commit a979602

Browse files
authored
Merge pull request #327 from ISISComputingGroup/Tom-Willemsen-patch-1
update license to license-files
2 parents 1ce985d + 460d4c3 commit a979602

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@ classifiers=[
1818
"Topic :: Scientific/Engineering",
1919
"Topic :: Software Development :: Libraries",
2020

21-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
22-
2321
"Operating System :: OS Independent",
2422

2523
"Programming Language :: Python :: 3",
2624
]
27-
license= {file = "LICENSE"}
25+
license = "GPL-3.0-only"
26+
license-files = ["LICENSE"]
2827
dynamic=["version"]
2928
authors=[
3029
{name = "ScreamingUdder"},

0 commit comments

Comments
 (0)