[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "foreignthon-es" version = "0.3.1" description = "Spanish language pack for ForeignThon." license = { text = "GPL v3" } requires-python = ">=3.9" authors = [ { name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }, { name = "Cody Trainer" }, ] keywords = ["foreignthon", "spanish", "espaƱol"] dependencies = ["foreignthon>=0.5.3"] [project.entry-points."foreignthon.langs"] es = "foreignthon_es" [tool.hatch.build.targets.wheel] packages = ["src/foreignthon_es"]