File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,19 @@ packages = [
23
23
{ include = " cyclonedx" }
24
24
]
25
25
include = [
26
- # all is an object -> prevent parse issue like https://github.com/CycloneDX/cyclonedx-python-lib/network/updates/740004978
26
+ # all is an object -> prevent parse issue with dependabot
27
27
{ path =" README.md" , format =[" sdist" ," wheel" ] },
28
28
{ path =" LICENSE" , format =[" sdist" ," wheel" ] },
29
29
{ path =" NOTICE" , format =[" sdist" ," wheel" ] },
30
30
{ path =" tests" , format =[" sdist" ] },
31
+ { path =" CHANGELOG.md" , format =[" sdist" ] },
32
+ { path =" docs" , format =[" sdist" ] },
33
+ { path =" examples" , format =[" sdist" ] },
31
34
]
32
35
exclude = [
33
- # exclude dotfiles
34
- " **/.*"
36
+ # exclude dotfiles and dotfolders
37
+ " **/.*" ,
38
+ " docs/_build" , " docs/processes" ,
35
39
]
36
40
classifiers = [
37
41
# Trove classifiers - https://packaging.python.org/specifications/core-metadata/#metadata-classifier
You can’t perform that action at this time.
0 commit comments