blob: bf0b008decf0045cc7a7b2b63e64494ee165d2c6 [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
LeopardMa02fca4d2018-12-04 02:04:24 -05007author-email = openstack-discuss@lists.openstack.org
ShangXiao7a68f732018-03-14 00:52:53 -07008home-page = https://docs.openstack.org/designate-tempest-plugin/latest/
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +01009classifier =
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
Thomas Herve6583b5f2017-07-24 14:53:20 +020017 Programming Language :: Python :: 3
Ghanshyam3862c0a2020-01-23 17:17:45 -060018 Programming Language :: Python :: 3.6
19 Programming Language :: Python :: 3.7
Kiall Mac Innes25fb29e2016-04-07 08:07:04 +010020 Topic :: Internet :: Name Service (DNS)
21
22[global]
23setup-hooks =
24 pbr.hooks.setup_hook
25
26[files]
27packages =
28 designate_tempest_plugin
29
30[entry_points]
31tempest.test_plugins =
32 designate = designate_tempest_plugin.plugin:DesignateTempestPlugin
33
34[build_sphinx]
35all_files = 1
36build-dir = doc/build
37source-dir = doc/source
38
39[egg_info]
40tag_build =
41tag_date = 0
42tag_svn_revision = 0
43
44[wheel]
45universal = 1