271139aa7f
This commit moves switches tempest from the d2to1 version of pbr and move to the latest version of pbr. However, there is a bug with build_spinx so it doesn't work with a doc version set so that section is removed from the doc conf.py. Change-Id: I4fe14eb2b2e81132f8fa99936a031176b38c437b
24 lines
656 B
INI
24 lines
656 B
INI
[metadata]
|
|
name = tempest
|
|
version = 2014.1
|
|
summary = OpenStack Integration Testing
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack QA
|
|
author-email = openstack-qa@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|