fix windows build

This commit is contained in:
Naoto Kondo
2021-06-12 18:13:21 +09:00
parent a2697ac335
commit b293352917
2 changed files with 2 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ setup(
'build_py': build_py,
'build_ext': build_ext},
packages=[''],
package_data={'':['*.so', '*.dll', '*.dylib']},
package_data={'':['*.so', '*.pyd', '*.dll', '*.dylib', '*.txt']},
include_package_data=False,
python_requires='>=3.4',
zip_safe=False