提交 da3144dc authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Some minor flake8 for setup.py

上级 2da42cdf
...@@ -36,6 +36,7 @@ Programming Language :: Python :: 2.7 ...@@ -36,6 +36,7 @@ Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
""" """
NAME = 'Theano' NAME = 'Theano'
MAINTAINER = "LISA laboratory, University of Montreal" MAINTAINER = "LISA laboratory, University of Montreal"
...@@ -92,7 +93,7 @@ def do_setup(): ...@@ -92,7 +93,7 @@ def do_setup():
'': ['*.txt', '*.rst', '*.cu', '*.cuh', '*.c', '*.sh', '*.pkl', '': ['*.txt', '*.rst', '*.cu', '*.cuh', '*.c', '*.sh', '*.pkl',
'*.h', '*.cpp', 'ChangeLog', 'c_code/*'], '*.h', '*.cpp', 'ChangeLog', 'c_code/*'],
'theano.misc': ['*.sh'], 'theano.misc': ['*.sh'],
'theano.d3viz' : ['html/*','css/*','js/*'] 'theano.d3viz': ['html/*', 'css/*', 'js/*']
}, },
entry_points={ entry_points={
'console_scripts': ['theano-cache = bin.theano_cache:main', 'console_scripts': ['theano-cache = bin.theano_cache:main',
...@@ -103,5 +104,7 @@ def do_setup(): ...@@ -103,5 +104,7 @@ def do_setup():
'numpy', 'gpu', 'autodiff', 'differentiation' 'numpy', 'gpu', 'autodiff', 'differentiation'
]), ]),
) )
if __name__ == "__main__": if __name__ == "__main__":
do_setup() do_setup()
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论