File: setup.cfg

package info (click to toggle)
celery 2.5.3-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,912 kB
  • sloc: python: 24,645; sh: 1,050; makefile: 98
file content (24 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[nosetests]
where = celery/tests

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

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

[bdist_rpm]
requires = uuid
	importlib
	multiprocessing == 2.6.2.1
	python-dateutil >= 1.5
	anyjson >= 0.3.1
	kombu >= 2.1.5

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0