From bbe35fdbf7ca5614a1b7999260e59e663ed4efb2 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sun, 24 Mar 2019 10:25:23 +0800 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a50a8cff..f538a455 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ with open("README.md", "r") as fh: setuptools.setup( name='theHarvester', version='3.0.6', + py_modules=['theHarvester'], author="Christian Martorella", author_email="cmartorella@edge-security.com", description="theHarvester is a very simple, yet effective tool designed to be used in the early stages of a penetration test",