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
This commit is contained in:
Daniel Pawlik 2021-12-09 15:40:12 +01:00
parent 3374873391
commit e8b1fac791

View File

@ -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