Update setup.py

This commit is contained in:
Sean Whalen
2021-12-07 12:05:53 -05:00
parent de3ac64583
commit b54bcc9138
+1 -1
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""parsedmarc.resources"],
packages=["parsedmarc", "parsedmarc.resources"],
# Alternatively, if you want to distribute just a my_module.py, uncomment