@@ -6,7 +6,7 @@ authors = [{name = "Miðeind ehf", email="tauganet@mideind.is"}]
6
6
classifiers = [
7
7
" Development Status :: 4 - Beta" ,
8
8
" Intended Audience :: Developers" ,
9
- " License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) " ,
9
+ " License :: OSI Approved :: MIT License" ,
10
10
" Operating System :: Unix" ,
11
11
" Operating System :: POSIX" ,
12
12
" Natural Language :: Icelandic" ,
@@ -26,14 +26,11 @@ classifiers = [
26
26
" Topic :: Text Processing :: Linguistic" ,
27
27
]
28
28
keywords = [" nlp" , " pos" , " ner" , " icelandic" , " translation" ]
29
- license = {text =" AGPLv3+" }
29
+ license = [
30
+ {file =" LICENSE" },
31
+ ]
30
32
requires-python = " >=3.8"
31
33
readme = " README.md"
32
- # These fields are not yet supported by any PEP spec, but were supported by poetry.
33
- # We might want to add them back in the future.
34
- # homepage = "https://github.com/mideind/GreynirSeq"
35
- # repository = "https://github.com/mideind/GreynirSeq"
36
- # include = ["LICENSE"]
37
34
dependencies = [
38
35
" fairseq>=0.12.2" ,
39
36
" nltk>=3.5" , # parser
@@ -44,6 +41,10 @@ dependencies = [
44
41
" editdistance>=0.6.0" # filters
45
42
]
46
43
44
+ [project .urls ]
45
+ Homepage = " https://github.com/mideind/GreynirSeq"
46
+ Repository = " https://github.com/mideind/GreynirSeq"
47
+
47
48
[project .scripts ]
48
49
greynirseq = " greynirseq.cli.greynirseq_main:main"
49
50
0 commit comments