From 49aff518a49c55416347ff0e4e6e376b4287ebf9 Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Fri, 15 May 2026 19:35:59 -0500 Subject: [PATCH] tamil added --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c85d9f7..38f1738 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",