summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 0c136c736e6cbb524f24043291e028570867b1f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[nosetests]
verbosity = 1
detailed-errors = 1
where = kombu/tests

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

[upload_sphinx]
upload-dir = docs/.build/html


[bdist_rpm]
requires = anyjson >= 0.3.3
           amqp >= 1.4.5
           importlib
           ordereddict

[wheel]
universal = 1

[metadata]
requires-dist =
    importlib; python_version == "2.6"
    ordereddict; python_version == "2.6"