blob: 0c3fd2827e2d0f01b39c3939b6d18f09f705b96e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[metadata]
name = testtools
summary = Extensions to the Python standard library unit testing framework
home-page = https://github.com/testing-cabal/testtools
description-file = doc/overview.rst
author = Jonathan M. Lange
author-email = jml+testtools@mumak.net
classifier =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
[extras]
test =
fixtures
testscenarios
unittest2>=1.1.0
[files]
packages = testtools
[bdist_wheel]
universal = 1
|