diff --git a/pyproject.toml b/pyproject.toml index 56078d8..7dec660 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "fediverse-blocklist-deploy" version = "0.1.0" -description = "A small tool to deploy blocklist updates to a fediverse server using its API." +description = "A small tool to export, compareof merge and deploy blocklists of a fediverse server" authors = ["Georg Krause ", "Julian-Samuel Gebühr "] readme = "README.md" packages = [{include = "fediverse_blocklist_deploy"}] license = "MIT" -keywords = ["fediverse", "blocklist", "fediverse"] +keywords = ["fediverse", "blocklist", "mastodon", "gotosocial", "safety"] [tool.poetry.dependencies]