This repository has been archived on 2026-05-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
foreign-thon-old/packages/langs/es/pyproject.toml
2026-05-16 18:29:21 -05:00

24 lines
570 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "foreignthon-es"
version = "0.3.0"
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.4.1"]
[project.entry-points."foreignthon.langs"]
es = "foreignthon_es"
[tool.hatch.build.targets.wheel]
packages = ["src/foreignthon_es"]