From 1e0fa9472cef324821ae9e9d0ada45b4e00d57b6 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Fri, 9 Sep 2022 16:46:57 -0400 Subject: [PATCH] Fix build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73a8afa..96e1d36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dynamic = [ ] description = "A Python package and CLI for parsing aggregate and forensic DMARC reports" readme = "README.md" -license = "Apache 2.0" +license = "Apache-2.0" authors = [ { name = "Sean Whalen", email = "whalenster@gmail.com" }, ]