rally-openstack/setup.cfg
Andrey Kurilin b048519485 Add Python 3.4 as supported interpreters
Rally code is python 3.4 compatible(required several small fixes, see a list
below for more details), so we can mention this great information in
setup.cfg file.

Fixed py34 incompatibe issues:
 - usage of OrderedDict for storing task results. Order of such results as
AtomicActions is important.
 - printed sla results are sorted by criterea name, so the results are equal
in all envs

Change-Id: I5f031170218ef4c2daf0ce0c2c391822218643dd
2015-03-10 14:43:01 +02:00

46 lines
1.1 KiB
INI

[metadata]
name = rally
version = 0.0.1
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
data_files =
/etc/bash_completion.d =
etc/rally.bash_completion
[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