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

Minor fix to setup.py

上级 39e7ecd9
......@@ -36,7 +36,7 @@ MAINTAINER = "LISA laboratory, University of Montreal"
MAINTAINER_EMAIL = "theano-dev@googlegroups.com"
DESCRIPTION = ('Optimizing compiler for evaluating mathematical ' +
'expressions on CPUs and GPUs.')
LONG_DESCRIPTION = (open("DESCRIPTION.txt").read() + "\n\n"
LONG_DESCRIPTION = (open("DESCRIPTION.txt").read() + "\n\n" +
open("NEWS.txt").read())
URL = "http://deeplearning.net/software/theano/"
DOWNLOAD_URL = ""
......@@ -48,7 +48,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0
MINOR = 3
MICRO = 0
SUFFIX = "rc4" # Should be blank except for rc's, betas, etc.
SUFFIX = "" # Should be blank except for rc's, betas, etc.
ISRELEASED = False
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论