Files
foreignthon-zh/pyproject.toml
CT 922a2c7b30
All checks were successful
Pack Validation CI / validate (pull_request) Successful in 8s
bumped version
2026-05-21 10:01:48 -05:00

32 lines
777 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "foreignthon-zh"
version = "0.2.0"
description = "Chinese language pack for ForeignThon."
license = { text = "GPL v3" }
requires-python = ">=3.9"
authors = [
{ name = "Cody Trainer" },
]
keywords = ["foreignthon", "chinese", "中文", "mandarin"]
dependencies = ["foreignthon>=0.5.3"]
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-zh"
[project.entry-points."foreignthon.langs"]
zh = "foreignthon_zh"
[tool.hatch.build.targets.wheel]
packages = ["src/foreignthon_zh"]