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
@@ -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"]
},