diff --git a/setup.cfg b/setup.cfg index f435c35..83dd9b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,10 @@ classifier = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 +[files] +packages = + logscraper + [entry_points] console_scripts = logscraper = logscraper.logscraper:main