From e8b1fac7916eeb006f841f66562cdb2b90806af5 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Thu, 9 Dec 2021 15:40:12 +0100 Subject: [PATCH] Add required fields for pypi upload Some fields were missing, so the publish-to-pypi-quietly job was not pushing package into pypi repository. Change-Id: I941372ce018add714ec3f688f227886fe5e9d32c --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) 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