Update sdk/platform-tools to version 26.0.0.
[android_tools.git] / sdk / platform-tools / systrace / catapult / telemetry / third_party / mox3 / setup.cfg
blob4a3de06f1fd9a2f1678d84ddbc47ed2065e1860b
1 [metadata]
2 name = mox3
3 summary = Mock object framework for Python
4 description-file =
5     README.rst
6 author = OpenStack
7 author-email = openstack-dev@lists.openstack.org
8 home-page = http://www.openstack.org/
9 classifiers =
10     Environment :: OpenStack
11     Programming Language :: Python
12     License :: OSI Approved :: Apache Software License
13     Programming Language :: Python :: 2.6
14     Programming Language :: Python :: 2.7
15     Programming Language :: Python :: 3
16     Operating System :: OS Independent
17     Development Status :: 4 - Beta
18     Intended Audience :: Developers
19     Topic :: Software Development :: Testing
21 [files]
22 packages =
23     mox3
25 [global]
26 setup-hooks =
27     pbr.hooks.setup_hook