We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0f0f3 commit 374a610Copy full SHA for 374a610
setup.cfg
@@ -3,3 +3,41 @@ universal = 1
3
4
[metadata]
5
license_file = mit.LICENSE
6
+
7
+[aliases]
8
+release = clean --all sdist --formats=bztar,zip bdist_wheel
9
10
+[tool:pytest]
11
+norecursedirs =
12
+ .git
13
+ tmp
14
+ dist
15
+ build
16
+ _build
17
+ local
18
+ ci
19
+ docs
20
+ man
21
+ share
22
+ samples
23
+ .cache
24
+ .settings
25
+ Include
26
+ include
27
+ Lib
28
+ lib
29
+ Scripts
30
+ thirdparty
31
32
+ src/packageurl/contrib
33
34
+python_files = *.py
35
36
+python_classes=Test
37
+python_functions=test
38
39
+addopts =
40
+ -rfEsxXw
41
+ --strict
42
+ --ignore setup.py
43
+ --doctest-modules
0 commit comments