diff --git a/pyproject.toml b/pyproject.toml index cb86ffc..2f37b53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,8 @@ name = "font-fjallaone" version = "0.0.0" # 0.0.0 placeholder is replaced on release description = "Fjalla One from from Sorkin Type as distributed by Google Fonts" -authors = ["IT-Reaktion "] +authors = ["RaBe IT-Reaktion "] +readme = "README.md" packages = [ { include = "font_fjallaone"}, ]