Files
2960f71c64a52e9f4daf9bbb8d4fd06e923b213c
ironic-python-agent /setup.cfg

44 lines
1021 B
INI
Raw Normal View History

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
standby = ironic_python_agent.standby:StandbyExtension
decom = ironic_python_agent.decom:DecomExtension
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
[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]