File: setup.cfg

package info (click to toggle)
python-shapely 1.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,368 kB
  • sloc: python: 9,915; makefile: 102; sh: 31
file content (11 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[tool:pytest]
testpaths = tests
addopts = --ignore _vendor

[build_sphinx]
source-dir = docs
build-dir  = build/sphinx
all_files  = 1

[bdist_wheel]
universal=1