blob: 6054053185071df25bcfd63c3258bddce7d379ba [file] [log] [blame]
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +01001[metadata]
2name = designate-tempest-plugin
3summary = OpenStack DNS As A Service (Designate) Functional Tests
4description-file =
5 README.rst
6author = OpenStack
7author-email = openstack-dev@lists.openstack.org
8home-page = http://docs.openstack.org/developer/designate/
9classifier =
10 Environment :: OpenStack
11 Environment :: No Input/Output (Daemon)
12 Intended Audience :: Information Technology
13 Intended Audience :: System Administrators
14 License :: OSI Approved :: Apache Software License
15 Operating System :: POSIX :: Linux
16 Programming Language :: Python
17 Programming Language :: Python :: 2
18 Programming Language :: Python :: 2.7
Thomas Herve6583b5f2017-07-24 14:53:20 +020019 Programming Language :: Python :: 3
20 Programming Language :: Python :: 3.5
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +010021 Topic :: Internet :: Name Service (DNS)
22
23[global]
24setup-hooks =
25 pbr.hooks.setup_hook
26
27[files]
28packages =
29 designate_tempest_plugin
30
31[entry_points]
32tempest.test_plugins =
33 designate = designate_tempest_plugin.plugin:DesignateTempestPlugin
34
35[build_sphinx]
36all_files = 1
37build-dir = doc/build
38source-dir = doc/source
39
40[egg_info]
41tag_build =
42tag_date = 0
43tag_svn_revision = 0
44
45[wheel]
46universal = 1