forked from package-url/packageurl-python
-
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) · 609 Bytes
/
setup.cfg
File metadata and controls
48 lines (42 loc) · 609 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_files =
- mit.LICENSE
- AUTHORS.rst
- README.rst
- CONTRIBUTING.rst
- CHANGELOG.rst
[aliases]
release = clean --all sdist bdist_wheel
[tool:pytest]
norecursedirs =
.git
tmp
dist
build
_build
local
ci
docs
man
share
samples
.cache
.settings
Include
include
Lib
lib
Scripts
thirdparty
tmp
src/packageurl/contrib
python_files = *.py
python_classes=Test
python_functions=test
addopts =
-rfEsxXw
--strict
--ignore setup.py
--doctest-modules