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 28 29 30 31 32 33 34
|
[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.9
importlib
ordereddict
[wheel]
universal = 1
[metadata]
requires-dist =
anyjson >= 0.3.3
amqp >= 1.4.9,<2.0
importlib; python_version == "2.6"
ordereddict; python_version == "2.6"
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
|