Skip to content

Commit 839903a

Browse files
committed
build: exclude rtb-data subdir from sdist
1 parent 8049107 commit 839903a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ sdist.include = [
139139
"README.md",
140140
"LICENSE",
141141
]
142+
sdist.exclude = [
143+
"rtb-data/**",
144+
]
142145

143146

144147
[tool.ruff]

0 commit comments

Comments
 (0)