-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
40 lines (35 loc) · 833 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
34
35
36
37
38
39
40
[bdist_wheel]
universal=1
[metadata]
description-file=README.md
[versioneer]
VCS = git
style = pep440
versionfile_source = ldndctools/_version.py
versionfile_build = ldndctools/_version.py
tag_prefix =
parentdir_prefix = ldndctools-
# [flake8]
# # Some sane defaults for the code style checker flake8
# max-line-length = 88
# extend-ignore = E203, W503
# # ^ Black-compatible
# # E203 and W503 have edge cases handled by black
# exclude =
# .tox
# build
# dist
# .eggs
# versioneer.py
# ldndctools/_version.py
# [tool.isort]
# profile = "black"
# [tool:pytest]
# minversion = 7.0
# addopts = -ra -q -s -vv --log-cli-level=INFO --no-header
# testpaths =
# tests
# filterwarnings =
# ignore::DeprecationWarning:intake
# ignore::DeprecationWarning:xarray
# ignore::UserWarning:geopandas