1[metadata]
2name = mox3
3summary = Mock object framework for Python
4description-file =
5	README.rst
6author = OpenStack
7author-email = openstack-discuss@lists.openstack.org
8home-page = https://docs.openstack.org/mox3/latest/
9classifiers =
10	Environment :: OpenStack
11	Programming Language :: Python
12	License :: OSI Approved :: Apache Software License
13	Programming Language :: Python :: 2.7
14	Programming Language :: Python :: 3
15	Programming Language :: Python :: 3.6
16	Programming Language :: Python :: 3.7
17	Operating System :: OS Independent
18	Development Status :: 4 - Beta
19	Intended Audience :: Developers
20	Topic :: Software Development :: Testing
21
22[files]
23packages =
24	mox3
25
26[wheel]
27universal = 1
28
29[global]
30setup-hooks =
31	pbr.hooks.setup_hook
32
33[build_sphinx]
34source-dir = doc/source
35build-dir = doc/build
36all_files = 1
37warning-is-error = 1
38
39[upload_sphinx]
40upload-dir = doc/build/html
41
42[egg_info]
43tag_build =
44tag_date = 0
45
46