forked from aboutcode-org/aboutcode-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
48 lines (42 loc) · 594 Bytes
/
Copy pathsetup.cfg
File metadata and controls
48 lines (42 loc) · 594 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[bdist_wheel]
universal = 1
[metadata]
license_file = NOTICE
[aliases]
release = clean --all sdist --formats=bztar,zip bdist_wheel
[tool:pytest]
norecursedirs =
.git
bin
dist
build
_build
dist
local
ci
docs
man
share
samples
.cache
.settings
etc
Include
include
Lib
lib
Scripts
thirdparty
tmp
tests/testdata/*
python_files = *.py
python_classes=Test
python_functions=test
addopts =
-rfEsxXw
--strict
-s
-vv
--ignore docs/conf.py
--ignore setup.py
--doctest-modules