diff --git a/pyproject.toml b/pyproject.toml index 0e7b058..5546da9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,13 @@ [tool.poetry] name = "simple-dmarc-parser" -version = "1.0.0" +version = "1.0.1" description = "A Python script that processes DMARC reports from a mailbox and gives a basic summary." authors = ["FrostTheFox "] +keywords = ["dmarc", "rua"] +readme = "README.md" +license = "MIT" +homepage = "https://github.com/FrostTheFox/simple-dmarc-parser" +repository = "https://github.com/FrostTheFox/simple-dmarc-parser" [tool.poetry.dependencies] python = "^3.6"