c718f6dafb
'universal=True' means app supports py2 and py3 which isn't supported by
climate at least due to the eventlet dependency, so, my bad, it should
be reverted atm. W/o 'universal=True' wheel bdist still could be built.
This reverts commit 415a66430b
Change-Id: I074b33f1a1df87c3f3cc58b5734b6f20e364de5b
43 lines
1.1 KiB
INI
43 lines
1.1 KiB
INI
[metadata]
|
|
name = climate
|
|
version = 2013.1
|
|
summary = Reservation Service for OpenStack clouds
|
|
description-file = README.md
|
|
license = Apache Software License
|
|
classifiers =
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Environment :: OpenStack
|
|
Development Status :: 3 - Alpha,
|
|
Framework :: Setuptools Plugin,
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
author = OpenStack
|
|
author_email = climate@lists.launchpad.net
|
|
home-page = https://launchpad.net/climate
|
|
|
|
[global]
|
|
setup-hooks = pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages =
|
|
climate
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
climate-api=climate.cmd.api:main
|
|
climate-scheduler=climate.cmd.scheduler:main
|
|
climate-rpc-zmq-receiver=climate.cmd.rpc_zmq_receiver:main
|
|
climate-manager=climate.cmd.manager:main
|
|
|
|
climate.resource.plugins =
|
|
dummy.vm.plugin=climate.plugins.dummy_vm_plugin:DummyVMPlugin
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|