Fixed toml issue with tempalte
All checks were successful
Pack Validation CI / validate (push) Successful in 8s
Publish Language Pack / verify (push) Successful in 7s
Publish Language Pack / publish (push) Successful in 12s

This commit is contained in:
2026-06-13 13:09:23 -04:00
parent 9db5af9e07
commit 5443c67499

View File

@@ -8,9 +8,11 @@ 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 = [{ name = "Anish Bairineni" }] authors = [
keywords = ["foreignthon", "telugu"] { name = "Anish Bairineni" }
dependencies = ["foreignthon>=0.5.4"] ]
keywords = ["foreignthon", "telugu"]
dependencies = ["foreignthon>=0.5.4"]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
@@ -25,5 +27,4 @@ Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-te"
te = "foreignthon_te" te = "foreignthon_te"
[tool.hatch.build.targets.wheel] [tool.hatch.build.targets.wheel]
packages = ["src/foreignthon_te"] packages = ["src/foreignthon_te"]