generated from foreign-thon/language-template
setup + added some terms
This commit is contained in:
@@ -3,16 +3,17 @@ requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "foreignthon-template" # TODO: Modify to language code
|
||||
version = "0.0.0"
|
||||
description = "[Template] language pack for ForeignThon." # TODO: Replace [Template]
|
||||
name = "foreignthon-zh"
|
||||
version = "0.1.0"
|
||||
description = "Chinese language pack for ForeignThon."
|
||||
license = { text = "GPL v3" }
|
||||
requires-python = ">=3.9"
|
||||
authors = [
|
||||
{ name = "John Doe", email = "loremipsum@example.com" } # TODO: Swap with real information
|
||||
{ name = "Cody Trainer" },
|
||||
]
|
||||
keywords = ["foreignthon", "template", "template"] # TODO: Swap with real information
|
||||
dependencies = ["foreignthon>=0.5.3"] # TODO: Update Version to Latest
|
||||
keywords = ["foreignthon", "chinese", "中文", "mandarin"]
|
||||
|
||||
dependencies = ["foreignthon>=0.5.3"]
|
||||
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
@@ -21,10 +22,10 @@ classifiers = [
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-template" # TODO: Update URL
|
||||
Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-zh"
|
||||
|
||||
[project.entry-points."foreignthon.langs"]
|
||||
template = "foreignthon_template" # TODO: Swap in format "code = foreignthon_code"
|
||||
zh = "foreignthon_zh"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/foreignthon_template"] # TODO: Change to src/foreignthon_code
|
||||
packages = ["src/foreignthon_zh"]
|
||||
|
||||
Reference in New Issue
Block a user