509d12e60a
Second in a series of commits to add Codespell to Ironic Repos. This one adds the command that was used to fix the spelling errors. Future Commits will add CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame. Change-Id: I659e85270fa0024f69f57ffd6002c2eb20c3b1f4
38 lines
1.2 KiB
INI
38 lines
1.2 KiB
INI
[metadata]
|
|
name = ironic-prometheus-exporter
|
|
summary = Prometheus Exporter for Ironic Hardware Sensor data
|
|
description_file = README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://opendev.org/openstack/ironic-prometheus-exporter
|
|
license = Apache-2
|
|
python_requires = >=3.8
|
|
classifier =
|
|
Environment :: Console
|
|
Environment :: OpenStack
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
|
|
[files]
|
|
packages =
|
|
ironic_prometheus_exporter
|
|
|
|
[entry_points]
|
|
oslo.messaging.notify.drivers =
|
|
prometheus_exporter = ironic_prometheus_exporter.messaging:PrometheusFileDriver
|
|
file_exporter = ironic_prometheus_exporter.messaging:SimpleFileDriver
|
|
|
|
[codespell]
|
|
quiet-level = 4
|
|
# Words to ignore:
|
|
; ignore-words-list = example
|