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 6bb8c2f commit 44779c6Copy full SHA for 44779c6
setup.py
@@ -46,7 +46,7 @@ def run(self):
46
packages=find_packages(),
47
ext_modules=ext_modules,
48
cmdclass={'build_ext': BuildGoExtension},
49
- data_files=[("", ["matrix_table_consumer/functions.so"])],
+ data_files=[("", ["matrix_table_consumer/functions.so"]), ("", ["matrix_table_consumer/functions.h"])],
50
include_package_data=True,
51
zip_safe=False,
52
license='MIT',
0 commit comments