1394771fcc
This will ensure that any new commits to IPA won't pass a docs job if they introduce improperly formatted doc strings. This will enable us to ensure our generated documentation remains of a high quality. I will be following this up with a change to project-config to have IPA run the docs job on every change. Change-Id: I90236225623298a7070db1ff22acb44dddb1c520
48 lines
1.2 KiB
INI
48 lines
1.2 KiB
INI
[metadata]
|
|
name = ironic-python-agent
|
|
version = 0.1
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
summary = Ironic Python Agent Ramdisk
|
|
license = Apache-2
|
|
classifier =
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
[files]
|
|
packages =
|
|
ironic_python_agent
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
ironic-python-agent = ironic_python_agent.cmd.agent:run
|
|
|
|
ironic_python_agent.extensions =
|
|
standby = ironic_python_agent.extensions.standby:StandbyExtension
|
|
clean = ironic_python_agent.extensions.clean:CleanExtension
|
|
flow = ironic_python_agent.extensions.flow:FlowExtension
|
|
iscsi = ironic_python_agent.extensions.iscsi:ISCSIExtension
|
|
image = ironic_python_agent.extensions.image:ImageExtension
|
|
|
|
ironic_python_agent.hardware_managers =
|
|
generic = ironic_python_agent.hardware:GenericHardwareManager
|
|
|
|
[pbr]
|
|
autodoc_index_modules = True
|
|
warnerrors = True
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[wheel]
|
|
universal = 1
|