blob: 339da124cdb15b1f3ebbcb5e8c8aced3539fe3b8 [file] [log] [blame]
Monty Taylor64375012013-04-28 18:22:59 -07001[metadata]
2name = tempest
Matthew Treinishaa7eb962014-05-23 14:56:04 -04003version = 2
Monty Taylor64375012013-04-28 18:22:59 -07004summary = OpenStack Integration Testing
5description-file =
6 README.rst
Masayuki Igawacde02862014-02-24 19:11:41 +09007author = OpenStack
8author-email = openstack-dev@lists.openstack.org
Monty Taylor64375012013-04-28 18:22:59 -07009home-page = http://www.openstack.org/
10classifier =
11 Intended Audience :: Information Technology
12 Intended Audience :: System Administrators
13 Intended Audience :: Developers
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
19
Matthew Treinishf8b816a2014-04-23 20:35:49 +000020[entry_points]
21console_scripts =
22 verify-tempest-config = tempest.cmd.verify_tempest_config:main
Sean Dague655e0af2014-05-29 09:00:22 -040023 javelin2 = tempest.cmd.javelin:main
Matthew Treinishf8b816a2014-04-23 20:35:49 +000024
Sean Dagueb56052b2013-05-21 17:57:41 -040025[build_sphinx]
26all_files = 1
27build-dir = doc/build
28source-dir = doc/source
Sascha Peilicke39f82e82013-11-19 10:00:26 +010029
30[wheel]
31universal = 1