File: setup.cfg

package info (click to toggle)
orange-canvas-core 0.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,724 kB
  • sloc: python: 31,850; sh: 11; makefile: 11
file content (23 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[metadata]
license_file = LICENSE.txt

[coverage:run]
source = 
	orangecanvas
omit = 
	*/tests/*.py

[coverage:report]
exclude_lines = 
	noqa
	pragma: no coverage
	raise NotImplementedError
	if __name__ == .__main__.:
	if typing.TYPE_CHECKING:
	if TYPE_CHECKING:
	assert False

[egg_info]
tag_build = 
tag_date = 0