chore: add more infos in pyproject.toml

This commit is contained in:
2026-09-14 09:27:10 +08:00
parent ff58800bae
commit 025aee7700
+6
View File
@@ -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"