Skip to content

Commit bd6690a

Browse files
BLD: recursive inclusion of DLLs in package data (#33246) (#33995)
1 parent 15ac3e2 commit bd6690a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ def srcpath(name=None, suffix=".pyx", subdir="src"):
753753
maintainer=AUTHOR,
754754
version=versioneer.get_version(),
755755
packages=find_packages(include=["pandas", "pandas.*"]),
756-
package_data={"": ["templates/*", "_libs/*.dll"]},
756+
package_data={"": ["templates/*", "_libs/**/*.dll"]},
757757
ext_modules=maybe_cythonize(extensions, compiler_directives=directives),
758758
maintainer_email=EMAIL,
759759
description=DESCRIPTION,

0 commit comments

Comments
 (0)