shaker/setup.cfg
Ilya Shakhat 4dee0a89ad Apply bootstrap styles to the report template
Also add simple test to fix failing gate jobs

Change-Id: I92b03072d06ea3220a5ba872c7541b8b7bd1401f
2015-02-16 22:25:51 +03:00

39 lines
1006 B
INI

[metadata]
name = shaker
summary = Shake VMs with our sheer-class tests!
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
[files]
packages =
shaker
[entry_points]
console_scripts =
shaker = shaker.engine.server:main
shaker-agent = shaker.agent.agent:main
oslo.config.opts =
shaker.openstack.common.log = shaker.openstack.common.log:list_opts
shaker.engine.config = shaker.engine.config:list_opts
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source