We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db23ace commit 9cfa756Copy full SHA for 9cfa756
setup.py
@@ -44,7 +44,7 @@ def read_version():
44
author='Zhu Dengda',
45
author_email='[email protected]',
46
packages=find_packages(),
47
- package_data={'pyfmm': ['./C_extension/lib/libfmm.so']},
+ package_data={'pyfmm': ['./C_extension/lib/libfmm_float.so', './C_extension/lib/libfmm_double.so']},
48
include_package_data=True,
49
cmdclass={
50
'build_ext': BuildExt,
0 commit comments