提交 6f512954 authored 作者: Thomas Wiecki's avatar Thomas Wiecki

Update setup.py

上级 832c3638
...@@ -17,7 +17,7 @@ except ImportError: ...@@ -17,7 +17,7 @@ except ImportError:
import versioneer import versioneer
CLASSIFIERS = """\ CLASSIFIERS = """\
Development Status :: 4 - Beta Development Status :: 6 - Mature
Intended Audience :: Education Intended Audience :: Education
Intended Audience :: Science/Research Intended Audience :: Science/Research
Intended Audience :: Developers Intended Audience :: Developers
...@@ -30,16 +30,13 @@ Operating System :: Microsoft :: Windows ...@@ -30,16 +30,13 @@ Operating System :: Microsoft :: Windows
Operating System :: POSIX Operating System :: POSIX
Operating System :: Unix Operating System :: Unix
Operating System :: MacOS Operating System :: MacOS
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
""" """
NAME = 'Theano' NAME = 'Theano-PyMC'
MAINTAINER = "LISA laboratory, University of Montreal" MAINTAINER = "PyMC developers"
MAINTAINER_EMAIL = "theano-dev@googlegroups.com" MAINTAINER_EMAIL = "pymc-devs@gmail.com"
DESCRIPTION = ('Optimizing compiler for evaluating mathematical ' + DESCRIPTION = ('Optimizing compiler for evaluating mathematical ' +
'expressions on CPUs and GPUs.') 'expressions on CPUs and GPUs.')
LONG_DESCRIPTION = (codecs.open("DESCRIPTION.txt", encoding='utf-8').read() + LONG_DESCRIPTION = (codecs.open("DESCRIPTION.txt", encoding='utf-8').read() +
...@@ -49,7 +46,7 @@ DOWNLOAD_URL = "" ...@@ -49,7 +46,7 @@ DOWNLOAD_URL = ""
LICENSE = 'BSD' LICENSE = 'BSD'
CLASSIFIERS = [_f for _f in CLASSIFIERS.split('\n') if _f] CLASSIFIERS = [_f for _f in CLASSIFIERS.split('\n') if _f]
AUTHOR = "LISA laboratory, University of Montreal" AUTHOR = "LISA laboratory, University of Montreal"
AUTHOR_EMAIL = "theano-dev@googlegroups.com" AUTHOR_EMAIL = "pymc-devs@gmail.com"
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论