File: setup.cfg

package info (click to toggle)
pyresample 1.17.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,916 kB
  • sloc: python: 14,541; cpp: 361; makefile: 97; sh: 8
file content (19 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[bdist_rpm]
requires=python3-numpy pykdtree python3-numexpr python3-pyproj python3-configobj python3-shapely
release=1
doc_files = docs/Makefile docs/source/*.rst

[flake8]
max-line-length = 120

[versioneer]
VCS = git
style = pep440
versionfile_source = pyresample/version.py
versionfile_build =
tag_prefix = v

[coverage:run]
omit = 
    pyresample/version.py
    versioneer.py