forked from astropy/halotools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (27 loc) · 764 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
30
31
[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1
[upload_docs]
upload-dir = docs/_build/html
show-response = 1
[tool:pytest]
addopts = --doctest-ignore-import-errors
minversion = 2.2
norecursedirs = build docs/_build
doctest_plus = enabled
markers =
slow
installation_test
[ah_bootstrap]
auto_use = True
[metadata]
package_name = halotools
description = Package designed to analyze N-body simulations and constrain models of cosmology and galaxy evolution.
long_description = Package designed to analyze N-body simulations and constrain models of cosmology and galaxy evolution.
author = Andrew Hearin
author_email = [email protected]
license = BSD
url = http://astropy.org/
edit_on_github = True
github_project = astropy/halotools