added dlls to package_data

release/4.3a0
Matthew Broadway 2019-02-08 20:32:38 +00:00 committed by Matthew Broadway
parent d56efccead
commit fe9ede47d1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ setup(
packages=packages, packages=packages,
package_data={package: package_data={package:
[f for f in os.listdir(package.replace('.', os.path.sep)) if os.path.splitext(f)[1] == '.so'] [f for f in os.listdir(package.replace('.', os.path.sep)) if os.path.splitext(f)[1] in ('.so', '.dll')]
for package in packages for package in packages
}, },
install_requires=open('${PROJECT_SOURCE_DIR}/cython/requirements.txt', 'r').read().splitlines() install_requires=open('${PROJECT_SOURCE_DIR}/cython/requirements.txt', 'r').read().splitlines()