e869ff3d32
With the tempest-3 tag being published to signify the end of xml testing in tempest we need to bump the working version to tempest-4 to indicate that the next tag will be 4. Change-Id: I1fd12cb3e20692c60daa4eb19c6d876b00318d56
37 lines
979 B
INI
37 lines
979 B
INI
[metadata]
|
|
name = tempest
|
|
version = 4
|
|
summary = OpenStack Integration Testing
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@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
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
verify-tempest-config = tempest.cmd.verify_tempest_config:main
|
|
javelin2 = tempest.cmd.javelin:main
|
|
run-tempest-stress = tempest.cmd.run_stress:main
|
|
tempest-cleanup = tempest.cmd.cleanup:main
|
|
|
|
oslo.config.opts =
|
|
tempest.config = tempest.config:list_opts
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[wheel]
|
|
universal = 1
|