add parsedmarc.mail to setup packages

This commit is contained in:
Nathan Thorpe
2022-04-24 08:18:37 -07:00
parent 23df163759
commit 514ca35117
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ Features
* Parses draft and 1.0 standard aggregate/rua reports
* Parses forensic/failure/ruf reports
* Can parse reports from an inbox over IMAP or Microsoft Graph
* Can parse reports from an inbox over IMAP, Microsoft Graph, or Gmail API
* Transparently handles gzip or zip compressed reports
* Consistent data structures
* Simple JSON and/or CSV output
+1 -1
View File
@@ -78,7 +78,7 @@ setup(
# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
packages=["parsedmarc", "parsedmarc.resources"],
packages=["parsedmarc", "parsedmarc.resources", "parsedmarc.mail"],
package_data={
"parsedmarc.resources": ["*.mmdb"]
},