提交 f88fc399 authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #6225 from f0k/fix-setup-c_code

Install c_code/* files for every submodule
...@@ -169,7 +169,7 @@ def do_setup(): ...@@ -169,7 +169,7 @@ def do_setup():
}, },
package_data={ package_data={
'': ['*.txt', '*.rst', '*.cu', '*.cuh', '*.c', '*.sh', '*.pkl', '': ['*.txt', '*.rst', '*.cu', '*.cuh', '*.c', '*.sh', '*.pkl',
'*.h', '*.cpp', 'ChangeLog'], '*.h', '*.cpp', 'ChangeLog', 'c_code/*'],
'theano.misc': ['*.sh'], 'theano.misc': ['*.sh'],
'theano.d3viz' : ['html/*','css/*','js/*'] 'theano.d3viz' : ['html/*','css/*','js/*']
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论