Home | History | Annotate | Download | only in mox3
      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 (a] 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
     20 
     21 [files]
     22 packages =
     23     mox3
     24 
     25 [global]
     26 setup-hooks =
     27     pbr.hooks.setup_hook
     28