Files
foreignthon-es/pyproject.toml
KeshavAnandCode 7f2018c83b
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 14s
bumped versions
2026-05-19 17:57:54 -05:00

34 lines
881 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "foreignthon-es"
version = "0.3.2"
description = "Spanish language pack for ForeignThon."
license = { text = "GPL v3" }
requires-python = ">=3.9"
authors = [
{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" },
{ name = "Cody Trainer" },
]
keywords = ["foreignthon", "spanish", "español"]
dependencies = ["foreignthon>=0.5.3"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Topic :: Software Development :: Compilers",
]
[project.urls]
Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-ta"
[project.entry-points."foreignthon.langs"]
es = "foreignthon_es"
[tool.hatch.build.targets.wheel]
packages = ["src/foreignthon_es"]