tamil added

This commit is contained in:
2026-05-15 19:35:59 -05:00
parent 007200b622
commit a27dfda0bf
7 changed files with 149 additions and 21 deletions

View File

@@ -6,21 +6,13 @@ build-backend = "hatchling.build"
name = "foreignthon-ta"
version = "0.1.0"
description = "Tamil language pack for ForeignThon."
readme = "README.md"
license = { text = "MIT" }
license = { text = "GPL v3" }
requires-python = ">=3.9"
authors = [
{ name = "Your Name", email = "you@example.com" }
{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }
]
keywords = ["foreignthon", "tamil", "தமிழ்"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
]
dependencies = [
"foreignthon>=0.1.0",
]
dependencies = ["foreignthon>=0.1.0"]
[project.entry-points."foreignthon.langs"]
ta = "foreignthon_ta"