Revision 95713192e0e98d42bbb3225f6ada1a87cb35aa5c authored by Jenkins on 14 May 2015, 11:35:56 UTC, committed by Gerrit Code Review on 14 May 2015, 11:35:56 UTC
2 parent s 16487de + d3d7bc0
Raw File
setup.cfg
[metadata]
name = rally
summary = Benchmark System for OpenStack
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.6
    Programming Language :: Python :: 2.7
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.4

[files]
packages =
    rally

[entry_points]
console_scripts =
    rally = rally.cmd.main:main
    rally-manage = rally.cmd.manage:main
oslo.config.opts =
    rally = rally.common.opts:list_opts

[global]
setup-hooks =
    pbr.hooks.setup_hook

[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
back to top