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:
parent
3374873391
commit
e8b1fac791
@ -18,6 +18,10 @@ classifier =
|
|||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
|
|
||||||
|
[files]
|
||||||
|
packages =
|
||||||
|
logscraper
|
||||||
|
|
||||||
[entry_points]
|
[entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
logscraper = logscraper.logscraper:main
|
logscraper = logscraper.logscraper:main
|
||||||
|
Loading…
Reference in New Issue
Block a user