diff --git a/pyproject.toml b/pyproject.toml index 8ea6e05..c6e7aa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ authors = [ { name = "yyc12345", email = "yyc12321@outlook.com" } ] requires-python = ">=3.13" +license = { text = "MIT" } dependencies = [ "polib>=1.2.0", "pycountry>=26.2.16", @@ -14,6 +15,11 @@ dependencies = [ "python-liquid>=2.2.0", ] +[project.urls] +Homepage = "https://github.com/SarasasChipWorkshop/metaglot" +Repository = "https://github.com/SarasasChipWorkshop/metaglot" +Issues = "https://github.com/SarasasChipWorkshop/metaglot/issues" + [project.scripts] metaglot = "metaglot:main"