summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: de74a8f593249644b1d4b316e75257cec5aeb92a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tool:pytest]
testpaths = t/
python_classes = test_*

[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1

[bdist_rpm]
requires = amqp >= 1.4.5

[wheel]
universal = 1