From 7778e1486fecd4c1ef9d80c0fb438bd5af972cb9 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 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5e5cd2..104b0e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,9 +13,18 @@ authors = [ ] keywords = ["foreignthon", "tamil", "தமிழ்"] dependencies = ["foreignthon>=0.5.2"] +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