a9b635f62e
There is module 'cmd' in standard library, and unittest's discover does modify sys.path when running tests. This cause errors when running unit tests in some environments (E.g. pycharm) Change-Id: I4fd2d271da1b7fd300fbbeb6107aa958e716fd2b Closes-Bug: 1457162
41 lines
987 B
INI
41 lines
987 B
INI
[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.cli.main:main
|
|
rally-manage = rally.cli.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
|