blob: c1d6b519eaed2d61f6ea8563f33d1df67a7a737f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[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 =
testscenarios
unittest2>=1.1.0
[files]
packages = testtools
[bdist_wheel]
universal = 1
|