File: setup.cfg

package info (click to toggle)
vulture 0.21-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 676 kB
  • sloc: python: 1,364; makefile: 12; sh: 2
file content (15 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[coverage:run]
omit = 
	setup.py
	.tox/*

[tool:pytest]
#addopts = --cov vulture --cov-report=html --cov-report=term --cov-append

[bdist_wheel]
universal = 1

[egg_info]
tag_build = 
tag_date = 0