blob: 25c280b915723992b1eb17ad42b379f459443ccc [file] [log] [blame]
Robert Collins51346f42015-07-10 10:50:14 +12001[metadata]
2name = mock
3summary = Rolling backport of unittest.mock for all Pythons
4home-page = https://github.com/testing-cabal/mock
Robert Collins939775f2015-07-10 15:00:06 +12005description-file = README.rst
Robert Collins51346f42015-07-10 10:50:14 +12006author = Testing Cabal
7author-email = testing-in-python@lists.idyll.org
8classifier =
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
Robert Collins51346f42015-07-10 10:50:14 +120018 Programming Language :: Python :: 3.3
19 Programming Language :: Python :: 3.4
20 Programming Language :: Python :: 3.5
Hugob67fe8a2017-10-28 16:01:45 +030021 Programming Language :: Python :: 3.6
Robert Collins51346f42015-07-10 10:50:14 +120022 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
28keyword =
29 testing, test, mock, mocking, unittest, patching, stubs, fakes, doubles
30
31[extras]
32test =
33 unittest2>=1.1.0
Robert Collins18c9bbd2015-07-10 14:00:11 +120034docs =
Hugob67fe8a2017-10-28 16:01:45 +030035 sphinx
Robert Collins51346f42015-07-10 10:50:14 +120036
37[files]
38packages = mock
39
40[bdist_wheel]
41universal = 1