From 5443c67499644f2a6674eb59e855c19ff7d2048f Mon Sep 17 00:00:00 2001 From: Keshav Anand Date: Sat, 13 Jun 2026 13:09:23 -0400 Subject: [PATCH] Fixed toml issue with tempalte --- pyproject.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a987561..9baf5ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,11 @@ version = "0.1.0" description = "Telugu language pack for ForeignThon." license = { text = "GPL v3" } requires-python = ">=3.9" -authors = [{ name = "Anish Bairineni" }] -keywords = ["foreignthon", "telugu"] -dependencies = ["foreignthon>=0.5.4"] +authors = [ + { name = "Anish Bairineni" } +] +keywords = ["foreignthon", "telugu"] +dependencies = ["foreignthon>=0.5.4"] classifiers = [ "Programming Language :: Python :: 3", @@ -25,5 +27,4 @@ Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-te" te = "foreignthon_te" [tool.hatch.build.targets.wheel] -packages = ["src/foreignthon_te"] - +packages = ["src/foreignthon_te"] \ No newline at end of file