summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 4a3de06f1fd9a2f1678d84ddbc47ed2065e1860b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[metadata]
name = mox3
summary = Mock object framework for Python
description-file =
    README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifiers =
    Environment :: OpenStack
    Programming Language :: Python
    License :: OSI Approved :: Apache Software License
    Programming Language :: Python :: 2.6
    Programming Language :: Python :: 2.7
    Programming Language :: Python :: 3
    Operating System :: OS Independent
    Development Status :: 4 - Beta
    Intended Audience :: Developers
    Topic :: Software Development :: Testing

[files]
packages =
    mox3

[global]
setup-hooks =
    pbr.hooks.setup_hook