forked from mperrin/poppy
-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
31 lines (26 loc) · 822 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]
minversion = 2.2
norecursedirs = build docs/_build
[ah_bootstrap]
auto_use = True
[metadata]
package_name = morphine
description = Physical optics propagation (wavefront diffraction) for optical simulations, particularly of telescopes, with analytic derivatives.
long_description = (this placeholder string will be replaced automatically with morphine's top-level docstring.)
author = Marshall Perrin & Benjamin Pope
author_email = [email protected]
license = BSD
url = https://morphine-optics.readthedocs.io/
edit_on_github = False
github_project = benjaminpope/morphine
# Python code quality checker
[flake8]
exclude: .git,__pycache__, test*
max-line-length = 120