869f4ca522
Change-Id: Iacb1238ab1354443fbeeffcc6d0e90127040d418
34 lines
942 B
INI
34 lines
942 B
INI
[metadata]
|
|
name = rally-runners
|
|
summary = A collection of Rally runners, scenarios and report generators
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://docs.openstack.org/performance-docs/latest/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
|
|
[files]
|
|
packages =
|
|
rally_runners
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
rally-reliability = rally_runners.reliability.runner:main
|
|
rally-reliability-report = rally_runners.reliability.report:main
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html |