added decompilation and decompile with portffix in json
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "foreignthon-es"
|
name = "foreignthon-es"
|
||||||
version = "0.1.1"
|
version = "0.2.10"
|
||||||
description = "Spanish language pack for ForeignThon."
|
description = "Spanish language pack for ForeignThon."
|
||||||
license = { text = "GPL v3" }
|
license = { text = "GPL v3" }
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
@@ -14,7 +14,7 @@ authors = [
|
|||||||
keywords = ["foreignthon", "spanish", "español"]
|
keywords = ["foreignthon", "spanish", "español"]
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"foreignthon>=0.1.0",
|
"foreignthon>=0.4.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.entry-points."foreignthon.langs"]
|
[project.entry-points."foreignthon.langs"]
|
||||||
|
|||||||
@@ -141,5 +141,6 @@
|
|||||||
"colecciones": "collections",
|
"colecciones": "collections",
|
||||||
"ruta": "pathlib",
|
"ruta": "pathlib",
|
||||||
"expresion_regular": "re"
|
"expresion_regular": "re"
|
||||||
}
|
},
|
||||||
|
"postfix_keywords": []
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user