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 b28454c commit 06aebfeCopy full SHA for 06aebfe
pyproject.toml
@@ -11,7 +11,6 @@ authors = [
11
{email = "[email protected]", name = "Martí Bosch"}
12
]
13
classifiers = [
14
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
15
"Natural Language :: English",
16
"Programming Language :: Python :: 3",
17
"Programming Language :: Python :: 3.10",
@@ -31,9 +30,8 @@ dependencies = [
31
30
"shapely>=2.0.0",
32
"tqdm"
33
34
-
35
-[project.license]
36
-text = "GPL-3.0"
+license = "GPL-3.0-or-later"
+license-files = ["LICENSE"]
37
38
[project.optional-dependencies]
39
dev = [
0 commit comments