Files
foreignthon-te/pyproject.toml
Keshav Anand 5adfbbfe12
Some checks failed
Pack Validation CI / validate (push) Has been cancelled
updated toml
2026-06-10 19:13:51 -04:00

30 lines
761 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "foreignthon-te"
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"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-te"
[project.entry-points."foreignthon.langs"]
template = "foreignthon_te"
[tool.hatch.build.targets.wheel]
packages = ["src/foreignthon_te"]