Skip to content

Commit 44779c6

Browse files
committed
fix
1 parent 6bb8c2f commit 44779c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run(self):
4646
packages=find_packages(),
4747
ext_modules=ext_modules,
4848
cmdclass={'build_ext': BuildGoExtension},
49-
data_files=[("", ["matrix_table_consumer/functions.so"])],
49+
data_files=[("", ["matrix_table_consumer/functions.so"]), ("", ["matrix_table_consumer/functions.h"])],
5050
include_package_data=True,
5151
zip_safe=False,
5252
license='MIT',

0 commit comments

Comments
 (0)