1[metadata] 2name = mox3 3summary = Mock object framework for Python 4description-file = 5 README.rst 6author = OpenStack 7author-email = openstack-dev@lists.openstack.org 8home-page = http://www.openstack.org/ 9classifiers = 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 20 21[files] 22packages = 23 mox3 24 25[global] 26setup-hooks = 27 pbr.hooks.setup_hook 28