We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4278edd + 4b53520 commit 78ac17aCopy full SHA for 78ac17a
1 file changed
setup.py
@@ -70,5 +70,7 @@ def run(self):
70
zip_safe=False,
71
install_requires=['numpy'],
72
cmdclass={'build_py': build_py},
73
- package_data={'libpy': ['include/**/*.h']},
+ package_data={
74
+ 'libpy': ['include/**/*.h', '_build-and-run', '_detect-compiler.cc'],
75
+ },
76
)
0 commit comments