forked from nipy/nipy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
29 lines (26 loc) · 861 Bytes
/
setup.cfg
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
[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 = build_sphinx zip_help
[bdist_rpm]
doc-files = doc
[nosetests]
verbosity = 2
detailed-errors = 1
#with-coverage = 1
cover-package = nipy
#pdb = 1
#pdb-failures = 1
#with-doctest=1
doctest-extension=rst
# In this section specify if you want to link to external BLAS / LAPACK
[lapack]
# Value of 0 or False implies compile of, link to lapack_lite
# Value of 1 or True will cause setup to try and link to external BLAS /
# LAPACK as identified with the numpy configuration. Default is False.
# The value in this file overrides the equivalent setting in the environment
# variable NIPY_EXTERNAL_LAPACK.
#external = False