diff --git a/pyproject.toml b/pyproject.toml index de41c05..a987561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,11 +8,9 @@ version = "0.1.0" description = "Telugu language pack for ForeignThon." license = { text = "GPL v3" } requires-python = ">=3.9" -authors = [ - { name = "Anish Bairineni" } -] -keywords = ["foreignthon", "telugu"] -dependencies = ["foreignthon>=0.5.4"] +authors = [{ name = "Anish Bairineni" }] +keywords = ["foreignthon", "telugu"] +dependencies = ["foreignthon>=0.5.4"] classifiers = [ "Programming Language :: Python :: 3", @@ -24,7 +22,8 @@ classifiers = [ Homepage = "https://git.keshavanand.net/foreign-thon/foreignthon-te" [project.entry-points."foreignthon.langs"] -template = "foreignthon_te" +te = "foreignthon_te" [tool.hatch.build.targets.wheel] -packages = ["src/foreignthon_te"] \ No newline at end of file +packages = ["src/foreignthon_te"] +