Skip to content

Commit 8f1c968

Browse files
BLD: recursive inclusion of DLLs in package data (pandas-dev#33246)
1 parent ccf1bd2 commit 8f1c968

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)