[go: up one dir, main page]

File: setup.cfg

package info (click to toggle)
kombu 3.0.35-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,212 kB
  • ctags: 3,824
  • sloc: python: 18,579; makefile: 75; sh: 63
file content (34 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
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