提交 b74965cc authored 作者: David Warde-Farley's avatar David Warde-Farley

Added the ChangeLog to MANIFEST.in and setup.py so that it gets included in distributions.

上级 7ddca5a0
......@@ -2,3 +2,4 @@ global-include *.txt
global-include *.cu
global-include *.cuh
global-include *.sh
include ChangeLog
......@@ -117,7 +117,7 @@ def do_setup():
packages=find_packages(),
install_requires=['numpy>=1.3.0', 'scipy>=0.7.0'],
package_data={
'': ['*.txt', '*.rst', '*.cu', '*.cuh', '*.sh'],
'': ['*.txt', '*.rst', '*.cu', '*.cuh', '*.sh', 'ChangeLog'],
'theano.misc': ['*.sh']
},
keywords=' '.join([
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论