Files
foreignthon-ta/pyproject.toml
KeshavAnandCode 2b72e7bf5a
Some checks failed
Pack Validation CI / validate (push) Failing after 7s
added workfloqws, upgraded vwersion, and added tests
2026-05-19 16:32:29 -05:00

22 lines
542 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "foreignthon-ta"
version = "0.2.2"
description = "Tamil language pack for ForeignThon."
license = { text = "GPL v3" }
requires-python = ">=3.9"
authors = [
{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }
]
keywords = ["foreignthon", "tamil", "தமிழ்"]
dependencies = ["foreignthon>=0.5.2"]
[project.entry-points."foreignthon.langs"]
ta = "foreignthon_ta"
[tool.hatch.build.targets.wheel]
packages = ["src/foreignthon_ta"]