From da438f205afa031faba09356415a393820457172 Mon Sep 17 00:00:00 2001 From: FrostTheFox Date: Mon, 25 Jul 2022 16:12:34 -0400 Subject: [PATCH] Project file fixes --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"