upgraded esp to 0.3.0

This commit is contained in:
2026-05-16 16:36:28 -05:00
parent 4659c71eaa
commit e46c2ea3d6

View File

@@ -4,18 +4,17 @@ build-backend = "hatchling.build"
[project]
name = "foreignthon-es"
version = "0.2.10"
version = "0.3.0"
description = "Spanish language pack for ForeignThon."
license = { text = "GPL v3" }
requires-python = ">=3.9"
authors = [
{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }
{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" },
{ name = "Cody Trainer", email = "" },
]
keywords = ["foreignthon", "spanish", "español"]
dependencies = [
"foreignthon>=0.4.0",
]
dependencies = ["foreignthon>=0.4.0"]
[project.entry-points."foreignthon.langs"]
es = "foreignthon_es"