File: setup.cfg

package info (click to toggle)
gdspy 1.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,020 kB
  • sloc: python: 9,180; cpp: 4,716; sh: 39; makefile: 20
file content (21 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[sdist]
formats=zip

[bdist]
formats=wininst

[bdist_wininst]
user-access-control=auto

[build_sphinx]
source-dir=docs
config-dir=docs
build-dir=docs/_build

[aliases]
test=pytest

[tool:pytest]
addopts = --maxfail=1
testpaths = tests
python_files = *.py