rally/setup.cfg
Monty Taylor 2f0d1d8bb6 Update short description language
There is a legal/english thing that needs to happen here - it can't be
"OpenStack Benchmark System" due to trademark issues unless it's
blessed. It can be "Benchmark System for OpenStack" - which I think
should be about the same.

Change-Id: I1b015dbbe68dbeed8ddf7bf393456a399a5a6340
2013-10-15 19:43:55 -03:00

32 lines
764 B
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.7
[files]
packages =
rally
[entry_points]
console_scripts =
openstack-rally = rally.cmd.main:main
openstack-rally-manage = rally.cmd.manage:main
[global]
setup-hooks =
pbr.hooks.setup_hook