Skip to content

Commit aa8e869

Browse files
authored
BLD: recursive inclusion of DLLs in package data (#33246)
1 parent 610568c commit aa8e869

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
@@ -760,7 +760,7 @@ def setup_package():
760760
maintainer=AUTHOR,
761761
version=versioneer.get_version(),
762762
packages=find_packages(include=["pandas", "pandas.*"]),
763-
package_data={"": ["templates/*", "_libs/*.dll"]},
763+
package_data={"": ["templates/*", "_libs/**/*.dll"]},
764764
ext_modules=maybe_cythonize(extensions, compiler_directives=directives),
765765
maintainer_email=EMAIL,
766766
description=DESCRIPTION,

0 commit comments

Comments
 (0)