Files
0c5a1cfd5600741828726e8a39b0e9c7f66af614
ironic-python-agent /setup.cfg

53 lines
1.4 KiB
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
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org
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年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
default = ironic_python_agent.inspector:collect_default
extra-hardware = ironic_python_agent.inspector:collect_extra_hardware
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]