2013-12-16 15:38:02 -08:00
|
|
|
[metadata]
|
2014-03-19 16:19:52 -07:00
|
|
|
name = ironic-python-agent
|
2013-12-16 15:38:02 -08:00
|
|
|
author = Rackspace
|
|
|
|
author-email = teeth-dev@lists.rackspace.com
|
2014-03-19 16:19:52 -07:00
|
|
|
summary = Ironic Python Agent Ramdisk
|
2013-12-16 15:38:02 -08:00
|
|
|
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 =
|
2014-03-19 16:19:52 -07:00
|
|
|
ironic_python_agent
|
2013-12-16 15:38:02 -08:00
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
2014-03-19 16:19:52 -07:00
|
|
|
ironic-python-agent = ironic_python_agent.cmd.agent:run
|
2014-01-14 21:29:04 -08:00
|
|
|
|
2014-03-25 18:00:10 +04:00
|
|
|
ironic_python_agent.extensions =
|
2014-04-11 16:46:36 -07:00
|
|
|
standby = ironic_python_agent.extensions.standby:StandbyExtension
|
|
|
|
decom = ironic_python_agent.extensions.decom:DecomExtension
|
|
|
|
flow = ironic_python_agent.extensions.flow:FlowExtension
|
2014-01-21 17:15:12 -08:00
|
|
|
|
2014-03-19 16:19:52 -07:00
|
|
|
ironic_python_agent.hardware_managers =
|
|
|
|
generic = ironic_python_agent.hardware:GenericHardwareManager
|
2014-03-11 12:44:14 -07:00
|
|
|
|
|
|
|
[pbr]
|
|
|
|
autodoc_index_modules = 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]
|
2014-03-25 18:00:10 +04:00
|
|
|
universal = 1
|