forked from tardis-sn/tardis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
51 lines (34 loc) · 823 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
32
33
34
35
36
37
38
39
40
41
42
43
[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1
[build_docs]
source-dir = docs
build-dir = docs/_build
all_files = 1
[tool:pytest]
minversion = 3.0
norecursedirs = build docs/_build
addopts = -p no:warnings
[ah_bootstrap]
auto_use = True
auto_upgrade = False
[upload_docs]
upload-dir = docs/_build/html
show-response = 1
[flake8]
exclude = extern,sphinx,*parsetab.py
[pycodestyle]
exclude = extern,sphinx,*parsetab.py
[metadata]
package_name = tardis
description = TARDIS - Temperature And Radiative Diffusion In Supernovae
author = TARDIS Collaboration
author_email = [email protected]
license = BSD (3 clause)
url = http://tardis.readthedocs.org/
edit_on_github = True
github_project = tardis-sn/tardis
version = 3.0.dev
minimum_python_version = 3.6
install_requires = astropy