-
-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (26 loc) · 595 Bytes
/
setup.cfg
File metadata and controls
32 lines (26 loc) · 595 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
27
28
29
30
31
32
[metadata]
license_file = LICENSE
[options]
packages = find:
include =
pysus
[build_sphinx]
project = 'PySUS'
version = 0.6
release = 0.6.3
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 = dbfread,geobr,geocoder,numpy,pandas,pyarrow,pyreaddbc,requests,tqdm,urllib3
ensure_newline_before_comments=true
line_length = 79
multi_line_output = 3
include_trailing_comma = true
skip = docs/
[aliases]
test = pytest
[tool:pytest]
addopts = --ignore=setup.py