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