From 5adfbbfe12615e6a125d65cad72fc433101fc321 Mon Sep 17 00:00:00 2001 From: Keshav Anand Date: Wed, 10 Jun 2026 19:13:51 -0400 Subject: [PATCH] updated toml --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 553f31b..de41c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,16 +3,16 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "foreignthon-template" # TODO: Modify to language code -version = "0.0.0" -description = "[Template] language pack for ForeignThon." # TODO: Replace [Template] +name = "foreignthon-te" +version = "0.1.0" +description = "Telugu language pack for ForeignThon." license = { text = "GPL v3" } requires-python = ">=3.9" authors = [ - { name = "John Doe", email = "loremipsum@example.com" } # TODO: Swap with real information + { name = "Anish Bairineni" } ] -keywords = ["foreignthon", "template", "template"] # TODO: Swap with real information -dependencies = ["foreignthon>=0.5.3"] # TODO: Update Version to Latest +keywords = ["foreignthon", "telugu"] +dependencies = ["foreignthon>=0.5.4"] classifiers = [ "Programming Language :: Python :: 3", @@ -21,10 +21,10 @@ classifiers = [ ] [project.urls] -Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-template" # TODO: Update URL +Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-te" [project.entry-points."foreignthon.langs"] -template = "foreignthon_template" # TODO: Swap in format "code = foreignthon_code" +template = "foreignthon_te" [tool.hatch.build.targets.wheel] -packages = ["src/foreignthon_template"] # TODO: Change to src/foreignthon_code \ No newline at end of file +packages = ["src/foreignthon_te"] \ No newline at end of file