From 025aee7700ab2f6398c9034314b7e4ebe721be6a Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Mon, 14 Sep 2026 09:27:10 +0800 Subject: [PATCH] chore: add more infos in pyproject.toml --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"