forked from aboutcode-org/scancode-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
53 lines (46 loc) · 713 Bytes
/
setup.cfg
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
49
50
51
52
53
[bdist_wheel]
universal = 1
[metadata]
license_file = NOTICE
[aliases]
# no upload for now, no bdist_wheel
release = clean --all sdist --formats=bztar,zip
[pytest]
norecursedirs =
.git
bin
build
_build
dist
local
ci
docs
etc
Include
include
Lib
lib
Scripts
thirdparty
tmp
src/*/data
tests/*/data
python_files = *.py
python_classes=Test
python_functions=test
addopts =
-rfEsxXw
--strict
--ignore docs/conf.py
--ignore setup.py
--doctest-modules
# addopts =
# -rfEsxX
# --strict
# -s
# -vv
# --ignore docs/conf.py
# --ignore setup.py
# --doctest-modules
# --doctest-glob \*.rst
#