From f2301f93172402a41e22884e6267e24191028893 Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Tue, 19 May 2026 17:53:41 -0500 Subject: [PATCH] changed toml file --- pyproject.toml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b5e5cd2..38214dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "foreignthon-ta" -version = "0.2.2" +version = "0.2.3" description = "Tamil language pack for ForeignThon." license = { text = "GPL v3" } requires-python = ">=3.9" @@ -12,10 +12,19 @@ authors = [ { name = "Keshav Anand", email = "keshavanand.dev@gmail.com" } ] keywords = ["foreignthon", "tamil", "தமிழ்"] -dependencies = ["foreignthon>=0.5.2"] +dependencies = ["foreignthon>=0.5.3"] +classifiers = [ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "Operating System :: OS Independent", + "Topic :: Software Development :: Compilers", +] + +[project.urls] +Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-ta" [project.entry-points."foreignthon.langs"] ta = "foreignthon_ta" [tool.hatch.build.targets.wheel] -packages = ["src/foreignthon_ta"] +packages = ["src/foreignthon_ta"] \ No newline at end of file