We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610568c commit aa8e869Copy full SHA for aa8e869
setup.py
@@ -760,7 +760,7 @@ def setup_package():
760
maintainer=AUTHOR,
761
version=versioneer.get_version(),
762
packages=find_packages(include=["pandas", "pandas.*"]),
763
- package_data={"": ["templates/*", "_libs/*.dll"]},
+ package_data={"": ["templates/*", "_libs/**/*.dll"]},
764
ext_modules=maybe_cythonize(extensions, compiler_directives=directives),
765
maintainer_email=EMAIL,
766
description=DESCRIPTION,
0 commit comments