Skip to content

Commit 21762d5

Browse files
committed
add stubs to sdist
1 parent 83218b6 commit 21762d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,12 @@ include = [
136136
"CMakeLists.txt",
137137
"cmake/**",
138138

139-
# Source code
139+
# Source code and stubs
140140
"src/**",
141141
"duckdb/**",
142142
"duckdb_packaging/**",
143143
"adbc_driver_duckdb/**",
144+
"_duckdb-stubs/*.pyi",
144145

145146
# Generated during sdist build, contains git describe string for duckdb
146147
"duckdb_packaging/duckdb_version.txt",

0 commit comments

Comments
 (0)