-
Notifications
You must be signed in to change notification settings - Fork 53
/
setup.cfg
46 lines (40 loc) · 1.11 KB
/
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
44
45
46
[build_sphinx]
source-dir = docs
build-dir = docs/_build
all_files = 1
[upload_docs]
upload_dir = docs/_build/html
show_response = 1
[tool:pytest]
minversion = 2.2
norecursedirs = build docs/_build
[ah_bootstrap]
auto_use = True
[metadata]
name = naima
description = Derivation of non-thermal particle distributions through MCMC spectral fitting
long_description = file: README.rst
author = Víctor Zabalza
author_email = vzabalza@gmail.com
license = BSD
url = http://github.com/zblz/naima
edit_on_github = False
github_project = zblz/naima
classifiers = Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
[mypy]
ignore_missing_imports = True
[isort]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=79