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,16 +6,16 @@ build-backend = "hatchling.build"
name = "foreignthon"
version = "0.1.0"
description = "Write Python in any language. Transpiles foreign-language .xx.py files to standard Python."
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 = ["python", "transpiler", "i18n", "localization", "language"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",