File: setup.cfg

package info (click to toggle)
python-opentracing 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 816 kB
  • sloc: python: 3,489; makefile: 98
file content (14 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[metadata]
description-file = README.rst

[flake8]
max-line-length = 79
max-complexity = 8
exclude = ./docs/

[zest.releaser]
release = no
history_file = CHANGELOG.rst

[upload_docs]
upload-dir = docs/_build/html