File: setup.cfg

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

[build]
build-base = _build

[sdist]
formats = gztar

[check]
strict = 1
restructuredtext = 1

[flake8]
ignore = W504
max-line-length = 120
copyright-check = True

[isort]