Skip to content

Commit ed3a2c6

Browse files
Updated pyproject.toml re license and project URLs
1 parent d1b3246 commit ed3a2c6

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

pyproject.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{name = "Miðeind ehf", email="tauganet@mideind.is"}]
66
classifiers = [
77
"Development Status :: 4 - Beta",
88
"Intended Audience :: Developers",
9-
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
9+
"License :: OSI Approved :: MIT License",
1010
"Operating System :: Unix",
1111
"Operating System :: POSIX",
1212
"Natural Language :: Icelandic",
@@ -26,14 +26,11 @@ classifiers = [
2626
"Topic :: Text Processing :: Linguistic",
2727
]
2828
keywords = ["nlp", "pos", "ner", "icelandic", "translation"]
29-
license = {text="AGPLv3+"}
29+
license = [
30+
{file="LICENSE"},
31+
]
3032
requires-python = ">=3.8"
3133
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"]
3734
dependencies = [
3835
"fairseq>=0.12.2",
3936
"nltk>=3.5", # parser
@@ -44,6 +41,10 @@ dependencies = [
4441
"editdistance>=0.6.0" # filters
4542
]
4643

44+
[project.urls]
45+
Homepage = "https://github.com/mideind/GreynirSeq"
46+
Repository = "https://github.com/mideind/GreynirSeq"
47+
4748
[project.scripts]
4849
greynirseq = "greynirseq.cli.greynirseq_main:main"
4950

0 commit comments

Comments
 (0)