forked from fccoelho/PySUS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (22 loc) · 650 Bytes
/
setup.cfg
File metadata and controls
27 lines (22 loc) · 650 Bytes
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
[build_sphinx]
project = 'PySUS'
version = 0.5
release = 0.5.17
source-dir = './docs/source'
[flake8]
exclude = tests,build,dist,docs,.git,__pycache__,.tox,.eggs,*.egg,.asv
max-line-length = 79
ignore = D202,D203,W503,E203
[isort]
known_third_party = cffi,colorcet,dask,datashader,dbfread,elasticsearch,geobr,geocoder,geopandas,georasters,numpy,pandas,requests,setuptools,shapely,tqdm,wget
ensure_newline_before_comments=true
line_length = 79
multi_line_output = 3
include_trailing_comma = true
skip = docs/
[aliases]
# Define setup.py command aliases here
test = pytest
[tool:pytest]
# collect_ignore = ['setup.py']
addopts = --ignore=setup.py