blob: d08460b332cbef56b53262f9aa017a7260af3081 [file] [log] [blame]
rabid2916d02017-09-22 18:19:24 +05301[metadata]
2name = heat-tempest-plugin
3summary = OpenStack Orchestration Tempest Plugin
4description-file =
5 README.rst
6author = OpenStack
7author-email = openstack-dev@lists.openstack.org
8home-page = http://docs.openstack.org/developer/heat-tempest-plugin
9classifier =
10 Environment :: OpenStack
11 Intended Audience :: Information Technology
12 Intended Audience :: System Administrators
13 License :: OSI Approved :: Apache Software License
14 Operating System :: POSIX :: Linux
15 Programming Language :: Python
16 Programming Language :: Python :: 2
17 Programming Language :: Python :: 2.7
18 Programming Language :: Python :: 3
19 Programming Language :: Python :: 3.5
20
21keywords =
22 setup
23 distutils
24
25[files]
26packages =
27 heat_tempest_plugin
28
29[entry_points]
30tempest.test_plugins =
31 heat = heat_tempest_plugin.plugin:HeatTempestPlugin
32
33[global]
34setup-hooks =
35 pbr.hooks.setup_hook
36
37[build_sphinx]
38all_files = 1
39build-dir = doc/build
40source-dir = doc/source
41
42[egg_info]
43tag_build =
44tag_date = 0
45tag_svn_revision = 0
46
47[wheel]
48universal = 1