File size: 226 Bytes
476455e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Test args for pytest; disable stdout capturing by default.
[tool:pytest]
addopts =
    -vv
testpaths = tests

[aliases]
test=pytest

[metadata]
description-file = README.rst
license_file = LICENSE.txt

[wheel]
universal = 1