Update setup.py

This commit is contained in:
Sean Whalen
2021-12-07 11:52:26 -05:00
parent 499516585b
commit 1b69aa1fef

View File

@@ -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