From 68bc43047642334dee7f3c3483b539da1c3bb115 Mon Sep 17 00:00:00 2001 From: Matteo Castellini Date: Fri, 7 Jan 2022 22:58:41 +0100 Subject: [PATCH] Actually add DBIP database static copy to packaged files --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index ba603ea..785ba97 100644 --- a/setup.py +++ b/setup.py @@ -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