File: setup.cfg

package info (click to toggle)
sphinxcontrib-seqdiag 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: python: 630; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[egg_info]
;tag_build = dev

[build]
build-base = _build

[sdist]
formats = gztar

[wheel]
universal = 1

[aliases]
release = check -r -s register sdist bdist_wheel upload

[check]
strict = 1
restructuredtext = 1

[flake8]
max-line-length=120
ignore=W504
exclude=tests/docs/