da3fccba48
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: Ie6d9f79138c39a530daeb471b2cf4a9bf19b5a98
30 lines
878 B
INI
30 lines
878 B
INI
[metadata]
|
|
name = ironic-python-agent-builder
|
|
summary = Tools and scripts to build Ironic Python Agent
|
|
description_file =
|
|
README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://docs.openstack.org/ironic-python-agent-builder/latest/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
ironic-python-agent-builder = ironic_python_agent_builder:main
|
|
|
|
[files]
|
|
packages =
|
|
ironic_python_agent_builder
|
|
# TODO(dtantsur): figure out a sane way to distribute tinyipa scripts
|
|
data_files =
|
|
share/ironic-python-agent-builder/dib = dib/*
|
|
|
|
[codespell]
|
|
quiet-level = 4
|
|
# Words to ignore:
|
|
# ignore-words-list = example |