Fixed toml issue with tempalte

This commit is contained in:
2026-06-13 13:08:36 -04:00
parent 16a16d9ba7
commit 9db5af9e07

View File

@@ -8,9 +8,7 @@ version = "0.1.0"
description = "Telugu language pack for ForeignThon." description = "Telugu language pack for ForeignThon."
license = { text = "GPL v3" } license = { text = "GPL v3" }
requires-python = ">=3.9" requires-python = ">=3.9"
authors = [ authors = [{ name = "Anish Bairineni" }]
{ name = "Anish Bairineni" }
]
keywords = ["foreignthon", "telugu"] keywords = ["foreignthon", "telugu"]
dependencies = ["foreignthon>=0.5.4"] dependencies = ["foreignthon>=0.5.4"]
@@ -24,7 +22,8 @@ classifiers = [
Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-te" Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-te"
[project.entry-points."foreignthon.langs"] [project.entry-points."foreignthon.langs"]
template = "foreignthon_te" te = "foreignthon_te"
[tool.hatch.build.targets.wheel] [tool.hatch.build.targets.wheel]
packages = ["src/foreignthon_te"] packages = ["src/foreignthon_te"]