updated toml
Some checks failed
Pack Validation CI / validate (push) Has been cancelled

This commit is contained in:
2026-06-10 19:13:51 -04:00
parent db68da0a90
commit 5adfbbfe12

View File

@@ -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
packages = ["src/foreignthon_te"]