File: setup.cfg

package info (click to toggle)
pyxnat 1.0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,124 kB
  • sloc: python: 5,904; makefile: 17
file content (26 lines) | stat: -rw-r--r-- 579 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
[aliases]
release = egg_info -RDb ''
# Make sure the sphinx docs are built each time we do a dist.
bdist = build_sphinx bdist
sdist = build_sphinx sdist
# Make sure a zip file is created each time we build the sphinx docs
build_sphinx = generate_help build_sphinx zip_help
# Make sure the docs are uploaded when we do an upload
upload = upload upload_help

[egg_info]
# tag_build = .dev

[bdist_rpm]
doc-files = doc

[nosetests]
verbosity = 2
detailed-errors = 1
with-coverage = 0
cover-package = pyxnat
# pdb = 1
# pdb-failures = 1
# with-doctest = 0
# doctest-extension = rst