Skip to content

Commit f64cc3a

Browse files
fix sdist (#414)
Core relies on source files in tools/utils for `BUILD_MAIN_DUCKDB_LIBRARY`. We need to include all cpp files in the sdist.
2 parents 5f56d32 + 7471009 commit f64cc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ include = [
159159

160160
# Can't avoid including a small subset of ./tools and ./.github
161161
"external/duckdb/tools/CMakeLists.txt",
162-
"external/duckdb/tools/utils/test_platform.cpp",
162+
"external/duckdb/tools/utils/**",
163163
"external/duckdb/.github/config/out_of_tree_extensions.cmake",
164164
"external/duckdb/.github/config/in_tree_extensions.cmake",
165165
]

0 commit comments

Comments
 (0)