Skip to content

Commit f11120d

Browse files
committed
Change manifest and gitattributes
1 parent c36d905 commit f11120d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,6 @@ setup.py export-ignore
8282
# csv_dir_path fixture checks the existence of the directory
8383
# exclude the whole directory to avoid running related tests in sdist
8484
pandas/tests/io/parser/data export-ignore
85+
86+
# Include cibw script in sdist since it's needed for building wheels
87+
scripts/cibw_before_build.sh -export-ignore

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ prune pandas/tests/io/parser/data
6262
# Selectively re-add *.cxx files that were excluded above
6363
graft pandas/_libs/src
6464
graft pandas/_libs/include
65+
66+
# Include cibw script in sdist since it's needed for building wheels
67+
include scripts/cibw_before_build.sh

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ all = ['adbc-driver-postgresql>=0.10.0',
122122
# TODO: Remove after setuptools support is dropped.
123123
[tool.setuptools]
124124
include-package-data = true
125-
script-files = ["scripts/cibw_before_build.sh"] # Needed for building wheels
126125

127126
[tool.setuptools.packages.find]
128127
include = ["pandas", "pandas.*"]

0 commit comments

Comments
 (0)