Skip to content

Commit f8ac2a8

Browse files
committed
Fix sdist content
Using 'artifacts' instead of 'include' because we do not want to interfere with standard include rules but rather add few more items. Using 'include' causes the sdist to be mostly empty.
1 parent bba60a6 commit f8ac2a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ artifacts = [
107107
]
108108

109109
[tool.hatch.build.targets.sdist]
110-
include = [
110+
artifacts = [
111111
"src/zimscraperlib/rewriting/statics/**",
112112
"src/zimscraperlib/rewriting/rules.py",
113113
"tests/rewriting/test_fuzzy_rules.py",

0 commit comments

Comments
 (0)