提交 f95390d0 authored 作者: Frederic's avatar Frederic

Make python setup.py and pip install Theano, install *.pkl files.

This is needed for a test.
上级 924e9d03
......@@ -2,6 +2,7 @@ global-include *.txt
global-include *.cu
global-include *.cuh
global-include *.sh
global-include *.pkl
recursive-include docs
include bin/theano-cache
include bin/theano-nose
......
......@@ -190,7 +190,7 @@ def do_setup():
packages=find_packages(),
install_requires=['numpy>=1.5.0', 'scipy>=0.7.2'],
package_data={
'': ['*.txt', '*.rst', '*.cu', '*.cuh', '*.c', '*.sh',
'': ['*.txt', '*.rst', '*.cu', '*.cuh', '*.c', '*.sh', '*.pkl',
'ChangeLog'],
'theano.misc': ['*.sh']
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论