e8b1fac791
Some fields were missing, so the publish-to-pypi-quietly job was not pushing package into pypi repository. Change-Id: I941372ce018add714ec3f688f227886fe5e9d32c
28 lines
798 B
INI
28 lines
798 B
INI
[metadata]
|
|
name = logscraper
|
|
summary = OpenStack CI Log Processing tool
|
|
description-file =
|
|
README.rst
|
|
author = Openstack Contributors
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = http://docs.openstack.org/infra/ci-log-processing
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
|
|
[files]
|
|
packages =
|
|
logscraper
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
logscraper = logscraper.logscraper:main
|