Actually add DBIP database static copy to packaged files

This commit is contained in:
Matteo Castellini
2022-01-07 22:58:41 +01:00
parent 2b55c9ec13
commit 68bc430476
+3
View File
@@ -79,6 +79,9 @@ setup(
# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
packages=["parsedmarc", "parsedmarc.resources"],
package_data={
"parsedmarc.resources": ["*.mmdb"]
},
# Alternatively, if you want to distribute just a my_module.py, uncomment