Skip to content

Commit 06aebfe

Browse files
committed
chore: updated project license info in pyproject.toml
1 parent b28454c commit 06aebfe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ authors = [
1111
{email = "[email protected]", name = "Martí Bosch"}
1212
]
1313
classifiers = [
14-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1514
"Natural Language :: English",
1615
"Programming Language :: Python :: 3",
1716
"Programming Language :: Python :: 3.10",
@@ -31,9 +30,8 @@ dependencies = [
3130
"shapely>=2.0.0",
3231
"tqdm"
3332
]
34-
35-
[project.license]
36-
text = "GPL-3.0"
33+
license = "GPL-3.0-or-later"
34+
license-files = ["LICENSE"]
3735

3836
[project.optional-dependencies]
3937
dev = [

0 commit comments

Comments
 (0)