Home | History | Annotate | Download | only in mock
      1 [metadata]
      2 name = mock
      3 summary = Rolling backport of unittest.mock for all Pythons
      4 home-page = https://github.com/testing-cabal/mock
      5 description-file = README.rst
      6 author = Testing Cabal
      7 author-email = testing-in-python (a] lists.idyll.org
      8 classifier = 
      9     Development Status :: 5 - Production/Stable
     10     Environment :: Console
     11     Intended Audience :: Developers
     12     License :: OSI Approved :: BSD License
     13     Operating System :: OS Independent
     14     Programming Language :: Python
     15     Programming Language :: Python :: 2
     16     Programming Language :: Python :: 2.7
     17     Programming Language :: Python :: 3
     18     Programming Language :: Python :: 3.3
     19     Programming Language :: Python :: 3.4
     20     Programming Language :: Python :: 3.5
     21     Programming Language :: Python :: 3.6
     22     Programming Language :: Python :: Implementation :: CPython
     23     Programming Language :: Python :: Implementation :: Jython
     24     Programming Language :: Python :: Implementation :: PyPy
     25     Topic :: Software Development :: Libraries
     26     Topic :: Software Development :: Libraries :: Python Modules
     27     Topic :: Software Development :: Testing
     28 keyword =
     29     testing, test, mock, mocking, unittest, patching, stubs, fakes, doubles
     30 
     31 [extras]
     32 test =
     33   unittest2>=1.1.0
     34 docs =
     35   sphinx
     36 
     37 [files]
     38 packages = mock
     39 
     40 [bdist_wheel]
     41 universal = 1
     42