diff --git a/setup.py b/setup.py index 6929893..24461ed 100644 --- a/setup.py +++ b/setup.py @@ -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"], + packages=["parsedmarc""parsedmarc.resources"], # Alternatively, if you want to distribute just a my_module.py, uncomment