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