created chinese dir
This commit is contained in:
22
packages/langs/ch/pyproject.toml
Normal file
22
packages/langs/ch/pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "foreignthon-ch"
|
||||
version = "0.1.0"
|
||||
description = "Mandarin Chinese language pack for ForeignThon."
|
||||
license = { text = "GPL v3" }
|
||||
requires-python = ">=3.9"
|
||||
authors = [
|
||||
{ name = "Cody Trainer" },
|
||||
]
|
||||
keywords = ["foreignthon", "chinese", "中文", "mandarin"]
|
||||
|
||||
dependencies = ["foreignthon>=0.4.1"]
|
||||
|
||||
[project.entry-points."foreignthon.langs"]
|
||||
es = "foreignthon_es"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/foreignthon_ch"]
|
||||
Reference in New Issue
Block a user