-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
34 lines (29 loc) · 875 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
[metadata]
package_name = debrisdiskfm
description = Debris Disk Forward Modeling
long_description = Forward modeling for Debris Disks in scattered light
author = Bin Ren and collaborators
author_email = ren@jhu.edu
license = BSD
edit_on_github = False
github_project = seawander/DebrisDiskFM
description-file = README.rst
url = https://github.com/seawander/DebrisDiskFM
homepage = https://github.com/seawander/DebrisDiskFM
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 0.1.0
[build-sphinx]
source-dir = docs
build-dir = docs
all_files = 1
[upload_docs]
upload-dir = docs/_build/html
show-response = 1
[tool:pytest]
minversion = 3.0
norecursedirs = build docs/_build
# Python code quality checker
[flake8]
# See http://flake8.pycqa.org/en/latest/user/configuration.html
exclude: .git,__pycache__, test*
max-line-length = 120