Skip to content

Commit 78ac17a

Browse files
author
gerrymanoim
authored
Merge pull request #165 from quantopian/add-build-support-data
BLD: add build support files
2 parents 4278edd + 4b53520 commit 78ac17a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,7 @@ def run(self):
7070
zip_safe=False,
7171
install_requires=['numpy'],
7272
cmdclass={'build_py': build_py},
73-
package_data={'libpy': ['include/**/*.h']},
73+
package_data={
74+
'libpy': ['include/**/*.h', '_build-and-run', '_detect-compiler.cc'],
75+
},
7476
)

0 commit comments

Comments
 (0)