Skip to content

Commit 52ef01c

Browse files
authored
docs: ship docs with sdist build (#544)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 0d159c2 commit 52ef01c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,19 @@ packages = [
2323
{ include = "cyclonedx" }
2424
]
2525
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
2727
{ path="README.md", format =["sdist","wheel"] },
2828
{ path="LICENSE", format=["sdist","wheel"] },
2929
{ path="NOTICE", format=["sdist","wheel"] },
3030
{ path="tests", format=["sdist"] },
31+
{ path="CHANGELOG.md", format=["sdist"] },
32+
{ path="docs", format=["sdist"] },
33+
{ path="examples", format=["sdist"] },
3134
]
3235
exclude = [
33-
# exclude dotfiles
34-
"**/.*"
36+
# exclude dotfiles and dotfolders
37+
"**/.*",
38+
"docs/_build", "docs/processes",
3539
]
3640
classifiers = [
3741
# Trove classifiers - https://packaging.python.org/specifications/core-metadata/#metadata-classifier

0 commit comments

Comments
 (0)