mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-06 12:05:26 +00:00
Merge pull request #281 from mcastellini/fix_package
Actually add DBIP database static copy to packaged files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user