提交 748ae6cf authored 作者: Olivier Breuleux's avatar Olivier Breuleux

I don't like this claim

上级 a104897a
...@@ -13,7 +13,7 @@ from setuptools import setup, find_packages ...@@ -13,7 +13,7 @@ from setuptools import setup, find_packages
setup(name="Theano", setup(name="Theano",
version="0.1", version="0.1",
description="Optimizing compiler for mathematical expressions", description="Optimizing compiler for mathematical expressions",
long_description="""Theano is a Python library that allows you to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. Using Theano, it is not uncommon to see speed improvements of ten-fold over using pure NumPy.""", long_description="""Theano is a Python library that allows you to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays.""",
author="LISA laboratory, University of Montreal", author="LISA laboratory, University of Montreal",
author_email="theano-dev@googlegroups.com", author_email="theano-dev@googlegroups.com",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论