blob: cde4af1c7d71d96620577766c81b92549dc2dbd0 [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
Scott Millerc496d2a2017-03-17 13:45:59 -04008license = OSI Approved :: BSD License
Hugo325420f2017-10-09 17:02:14 +03009classifier =
Robert Collins51346f42015-07-10 10:50:14 +120010 Development Status :: 5 - Production/Stable
11 Environment :: Console
12 Intended Audience :: Developers
13 License :: OSI Approved :: BSD License
14 Operating System :: OS Independent
15 Programming Language :: Python
16 Programming Language :: Python :: 2
17 Programming Language :: Python :: 2.7
18 Programming Language :: Python :: 3
Robert Collins51346f42015-07-10 10:50:14 +120019 Programming Language :: Python :: 3.4
20 Programming Language :: Python :: 3.5
Hugob67fe8a2017-10-28 16:01:45 +030021 Programming Language :: Python :: 3.6
Chris Withersafb35822018-11-29 08:52:00 +000022 Programming Language :: Python :: 3.7
Robert Collins51346f42015-07-10 10:50:14 +120023 Programming Language :: Python :: Implementation :: CPython
24 Programming Language :: Python :: Implementation :: Jython
25 Programming Language :: Python :: Implementation :: PyPy
26 Topic :: Software Development :: Libraries
27 Topic :: Software Development :: Libraries :: Python Modules
28 Topic :: Software Development :: Testing
29keyword =
30 testing, test, mock, mocking, unittest, patching, stubs, fakes, doubles
31
Chris Withers4dcbc562019-04-30 16:15:33 +010032[options]
Chris Withers657d9df2019-04-30 16:24:50 +010033python_requires=>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Chris Withers0e6229f2019-04-30 16:32:29 +010034packages = mock
Chris Withers4dcbc562019-04-30 16:15:33 +010035
Chris Withers0e6229f2019-04-30 16:32:29 +010036[options.extras_require]
Robert Collins18c9bbd2015-07-10 14:00:11 +120037docs =
Hugob67fe8a2017-10-28 16:01:45 +030038 sphinx
Chris Withers99b1b182019-04-29 08:03:57 +010039test =
40 pytest
Chris Withersf8e1a772019-04-30 20:22:22 +010041build =
42 twine
43 wheel
44 blurb
Robert Collins51346f42015-07-10 10:50:14 +120045
Robert Collins51346f42015-07-10 10:50:14 +120046[bdist_wheel]
47universal = 1