File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,12 @@ version = "0.5.2"
88description = " Python framework for processing Universal Dependencies data"
99readme = " README.md"
1010requires-python = " >=3.9"
11- license = { file = " LICENSE " }
11+ license = " GPL-3.0-or-later "
1212authors = [
1313 {name = " Martin Popel" , email = " popel@ufal.mff.cuni.cz" }
1414]
1515classifiers = [
1616 " Programming Language :: Python :: 3" ,
17- " License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ,
1817 " Operating System :: OS Independent" ,
1918]
2019dependencies = [
@@ -27,6 +26,7 @@ Homepage = "https://github.com/udapi/udapi-python"
2726
2827[project .optional-dependencies ]
2928test = [" pytest" ]
29+ udpipe = [" ufal.udpipe" ]
3030
3131[project .scripts ]
3232udapy = " udapi.cli:main"
You can’t perform that action at this time.
0 commit comments