Merge pull request #281 from mcastellini/fix_package

Actually add DBIP database static copy to packaged files
This commit is contained in:
Sean Whalen
2022-01-08 15:19:41 -05:00
committed by GitHub
+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