File: setup.cfg

package info (click to toggle)
python-affine 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 160 kB
  • sloc: python: 767; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
[bdist_wheel]
universal: 1

[tool:pytest]
testpaths: affine/tests

[pydocstyle]
select: D1
add-ignore: D105