tamil added
This commit is contained in:
@@ -6,17 +6,13 @@ build-backend = "hatchling.build"
|
|||||||
name = "foreignthon-es"
|
name = "foreignthon-es"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Spanish language pack for ForeignThon."
|
description = "Spanish language pack for ForeignThon."
|
||||||
license = { text = "MIT" }
|
license = { text = "GPL v3" }
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Your Name", email = "you@example.com" }
|
{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }
|
||||||
]
|
]
|
||||||
keywords = ["foreignthon", "spanish", "español"]
|
keywords = ["foreignthon", "spanish", "español"]
|
||||||
classifiers = [
|
|
||||||
"Development Status :: 3 - Alpha",
|
|
||||||
"Intended Audience :: Developers",
|
|
||||||
"License :: OSI Approved :: MIT License",
|
|
||||||
]
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"foreignthon>=0.1.0",
|
"foreignthon>=0.1.0",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user