File: setup.cfg

package info (click to toggle)
python-cloudservers 1.1-1.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,724 kB
  • sloc: python: 2,004; makefile: 79
file content (20 lines) | stat: -rw-r--r-- 302 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
[build_sphinx]
all_files = 1
build-dir = docs/_build
source-dir = docs/

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0

[nosetests]
cover-erase = true
with-coverage = true
cover-package = cloudservers
cover-html = true
cover-inclusive = true

[upload_sphinx]
upload-dir = docs/_build/html