blob: f4aa3e1cc8dbcabaad3e0a2c382bd43350c84123 [file] [log] [blame]
Monty Taylor64375012013-04-28 18:22:59 -07001[metadata]
2name = tempest
Matthew Treinishc122f1e2013-10-17 15:05:41 +00003version = 2014.1
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
23
Sean Dagueb56052b2013-05-21 17:57:41 -040024[build_sphinx]
25all_files = 1
26build-dir = doc/build
27source-dir = doc/source
Sascha Peilicke39f82e82013-11-19 10:00:26 +010028
29[wheel]
30universal = 1