diff --git a/pyproject.toml b/pyproject.toml index dc1cfab..7e4d871 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.8" authors = [ { name = "Rick Copeland", email = "rick446@usa.net" }, { name = "Nando Florestan", email = "nandoflorestan@gmail.com" }, - { name = "Alessandro Molina", email = "amol@turbogears.org" }, + { name = "Alessandro Molina", email = "alessandro@molina.fyi" }, { name = "Jack Rosenthal", email = "jack@rosenth.al" }, ] maintainers = [ @@ -60,6 +60,9 @@ dependencies = [ [project.urls] Homepage = "https://github.com/jackrosenthal/kajiki" +[project.entry-points."babel.extractors"] +kajiki = "kajiki.i18n:extract" + [tool.hatch.build.targets.sdist] include = [ "/kajiki",