Skip to content

Commit 8822413

Browse files
Copilotmartinpopel
andcommitted
Use SPDX license identifier and add ufal.udpipe to optional dependencies
Co-authored-by: martinpopel <724617+martinpopel@users.noreply.github.com>
1 parent e618e6c commit 8822413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ version = "0.5.2"
88
description = "Python framework for processing Universal Dependencies data"
99
readme = "README.md"
1010
requires-python = ">=3.9"
11-
license = {file = "LICENSE"}
11+
license = "GPL-3.0-or-later"
1212
authors = [
1313
{name = "Martin Popel", email = "popel@ufal.mff.cuni.cz"}
1414
]
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
17-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1817
"Operating System :: OS Independent",
1918
]
2019
dependencies = [
@@ -27,6 +26,7 @@ Homepage = "https://github.com/udapi/udapi-python"
2726

2827
[project.optional-dependencies]
2928
test = ["pytest"]
29+
udpipe = ["ufal.udpipe"]
3030

3131
[project.scripts]
3232
udapy = "udapi.cli:main"

0 commit comments

Comments
 (0)