chore: add more infos in pyproject.toml
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user