From b54bcc91388da1566c7a1bb50b4d25766fa7d3d1 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Tue, 7 Dec 2021 12:05:53 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24461ed..ba603ea 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""parsedmarc.resources"], + packages=["parsedmarc", "parsedmarc.resources"], # Alternatively, if you want to distribute just a my_module.py, uncomment