tamil added

This commit is contained in:
2026-05-15 19:35:59 -05:00
parent 35fbb03de2
commit 963e5426f7

View File

@@ -6,17 +6,13 @@ build-backend = "hatchling.build"
name = "foreignthon-es" name = "foreignthon-es"
version = "0.1.0" version = "0.1.0"
description = "Spanish language pack for ForeignThon." description = "Spanish language pack for ForeignThon."
license = { text = "MIT" } license = { text = "GPL v3" }
requires-python = ">=3.9" requires-python = ">=3.9"
authors = [ authors = [
{ name = "Your Name", email = "you@example.com" } { name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }
] ]
keywords = ["foreignthon", "spanish", "español"] keywords = ["foreignthon", "spanish", "español"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
]
dependencies = [ dependencies = [
"foreignthon>=0.1.0", "foreignthon>=0.1.0",
] ]